Skip to content

Commit

Permalink
update ds name to Chart name
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclinder committed Aug 25, 2022
1 parent 799e1b7 commit a84cc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/veth/templates/daemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: kube-{{ .Release.Name }}-ds
name: kube-{{ .Chart.Name }}-ds
namespace: kube-system
labels:
{{- include "veth.labels" . | nindent 4 }}
Expand Down

0 comments on commit a84cc26

Please sign in to comment.