jmarchel b6559c905d Init repo from the component-template
Change-Id: Icab8fd4576f319b988ab678d38523289e741edb8
2024-01-08 10:08:56 +01:00

13 lines
356 B
YAML

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