jmarchel 9b05f5d222 Init repo from the component-template
Change-Id: I362144a7e09ffff22fc37846635027bcd4a51bc7
2024-01-08 10:06:44 +01:00

13 lines
370 B
YAML

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