add comments

This commit is contained in:
Stavros kois
2022-11-22 15:16:30 +02:00
parent b3b82f3c5f
commit 6c3be8d6e7

View File

@@ -62,6 +62,7 @@ nameOverride applies only to the current chart
{{- end -}}
{{- end -}}
{{/* Returns the serviceAccoutName. The name of the primary, if any, otherwise "default" */}}
{{- define "ix.v1.common.names.serviceAccountName" -}}
{{- $serviceAccountName := "default" -}}
{{- range $name, $serviceAccount := .Values.serviceAccount -}}