helm: add serviceaccount.yaml
pipeline / build-and-push-images (push) Successful in 1m7s
pipeline / lint-and-publish-chart (push) Successful in 6s

This commit is contained in:
2026-05-14 12:39:00 +02:00
parent 7911d8f187
commit 3c692adc9b
+12
View File
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "vhaudiquet-fr.serviceAccountName" . }}
labels:
{{- include "vhaudiquet-fr.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}