Skip to content

Commit

Permalink
fix: remove sa default from node-agent template
Browse files Browse the repository at this point in the history
Signed-off-by: 1602077 <[email protected]>
  • Loading branch information
1602077 committed Jul 15, 2024
1 parent 68fcfe8 commit d143fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/velero/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Create the Velero priority class name.
Create the name of the node agent.
*/}}
{{- define "velero.nodeAgent" -}}
{{ default (printf "%s-%s" (include "velero.fullname" .) "node-agent") .Values.serviceAccount.server.name }}
{{ printf "%s-%s" (include "velero.fullname" .) "node-agent" }}
{{- end -}}

{{/*
Expand Down

0 comments on commit d143fe8

Please sign in to comment.