Skip to content

Commit

Permalink
Make DaemonSet name dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaronator authored Dec 17, 2024
1 parent f0f07de commit fb0ac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/velero/templates/node-agent-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb0ac73

Please sign in to comment.