"dist/theme/git@forgeb1.univ-lehavre.fr:khraimes/cours.git" n'existait pas sur "cd5161ffe93bef497f4970b9b717d4a88003ca66"
Newer
Older
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "api-platform.serviceAccountName" . }}
labels:
{{- include "api-platform.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}