diff --git a/charts/velero/templates/node-agent-daemonset.yaml b/charts/velero/templates/node-agent-daemonset.yaml index 5038afea..07ab9567 100644 --- a/charts/velero/templates/node-agent-daemonset.yaml +++ b/charts/velero/templates/node-agent-daemonset.yaml @@ -4,7 +4,7 @@ apiVersion: apps/v1 kind: DaemonSet metadata: - name: node-agent + name: {{ include "velero.fullname" . }}-node-agent namespace: {{ .Release.Namespace }} {{- with .Values.nodeAgent.annotations }} annotations: