jmarchel be5d7b977d Init repo from the component-template
Change-Id: I08a219c0cb9bfeb9c0c4ac8635976e4935306b0c
2024-02-01 10:03:11 +01:00

13 lines
366 B
YAML

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