helm-chart-genes/charts/limesurvey-martial-ingress/templates/serviceaccount.yaml
2024-07-09 15:03:40 +02:00

13 lines
326 B
YAML

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "limesurvey.serviceAccountName" . }}
labels:
{{- include "limesurvey.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}