From fb0ac7336d63febe68b2968c661b28c7d6b29eed Mon Sep 17 00:00:00 2001 From: Niklas Wagner Date: Tue, 17 Dec 2024 17:15:37 +0100 Subject: [PATCH] Make DaemonSet name dynamic --- charts/velero/templates/node-agent-daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: