Skip to content

Commit d143fe8

Browse files
committed
fix: remove sa default from node-agent template
Signed-off-by: 1602077 <[email protected]>
1 parent 68fcfe8 commit d143fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/velero/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Create the Velero priority class name.
6868
Create the name of the node agent.
6969
*/}}
7070
{{- define "velero.nodeAgent" -}}
71-
{{ default (printf "%s-%s" (include "velero.fullname" .) "node-agent") .Values.serviceAccount.server.name }}
71+
{{ printf "%s-%s" (include "velero.fullname" .) "node-agent" }}
7272
{{- end -}}
7373

7474
{{/*

0 commit comments

Comments
 (0)