We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b933c79 commit 24e5651Copy full SHA for 24e5651
2 files changed
deploy/csi-rclone/templates/csi-controller-rclone.yaml
@@ -16,7 +16,7 @@ spec:
16
labels:
17
app: csi-controller-rclone
18
annotations:
19
- {{- toYaml ".Values.csiControllerRclone.podAnnotations" . | nindent 8 }}
+ {{- toYaml .Values.csiControllerRclone.podAnnotations | nindent 8 }}
20
spec:
21
serviceAccountName: {{ include "chart.fullname" . }}-controller
22
containers:
deploy/csi-rclone/templates/csi-nodeplugin-rclone.yaml
app: csi-nodeplugin-rclone
{{- include "chart.selectorLabels" . | nindent 8 }}
- {{- toYaml ".Values.csiNodepluginRclone.podAnnotations" . | nindent 8 }}
+ {{- toYaml .Values.csiNodepluginRclone.podAnnotations | nindent 8 }}
serviceAccountName: {{ include "chart.fullname" . }}-nodeplugin
dnsPolicy: ClusterFirstWithHostNet
0 commit comments