We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fcfe8 commit d143fe8Copy full SHA for d143fe8
charts/velero/templates/_helpers.tpl
@@ -68,7 +68,7 @@ Create the Velero priority class name.
68
Create the name of the node agent.
69
*/}}
70
{{- define "velero.nodeAgent" -}}
71
- {{ default (printf "%s-%s" (include "velero.fullname" .) "node-agent") .Values.serviceAccount.server.name }}
+ {{ printf "%s-%s" (include "velero.fullname" .) "node-agent" }}
72
{{- end -}}
73
74
{{/*
0 commit comments