We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f07de commit fb0ac73Copy full SHA for fb0ac73
charts/velero/templates/node-agent-daemonset.yaml
@@ -4,7 +4,7 @@
4
apiVersion: apps/v1
5
kind: DaemonSet
6
metadata:
7
- name: node-agent
+ name: {{ include "velero.fullname" . }}-node-agent
8
namespace: {{ .Release.Namespace }}
9
{{- with .Values.nodeAgent.annotations }}
10
annotations:
0 commit comments