Skip to content

Commit

Permalink
rename daemonset for easier tab completion
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Davis <[email protected]>
  • Loading branch information
SgtCoDFish committed Apr 26, 2024
1 parent 6937a86 commit ad0706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/csi-driver-spiffe/templates/daemonset.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: {{ include "cert-manager-csi-driver-spiffe.name" . }}
name: {{ include "cert-manager-csi-driver-spiffe.name" . }}-driver
namespace: {{ .Release.Namespace }}
labels:
{{- include "cert-manager-csi-driver-spiffe.labels" . | nindent 4 }}
Expand Down

0 comments on commit ad0706a

Please sign in to comment.