Skip to content

Commit 86a91a7

Browse files
bdehamerCopilot
andauthored
Update deploy/charts/deployment-tracker/templates/_helpers.tpl
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3ed5e00 commit 86a91a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/charts/deployment-tracker/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ Create the name of the service account to use.
5555
{{- if .Values.serviceAccount.create }}
5656
{{- default (include "deployment-tracker.fullname" .) .Values.serviceAccount.name }}
5757
{{- else }}
58-
{{- default "default" .Values.serviceAccount.name }}
58+
{{- required "serviceAccount.name must be set when serviceAccount.create is false" .Values.serviceAccount.name }}
5959
{{- end }}
6060
{{- end }}

0 commit comments

Comments
 (0)