We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225b7f7 commit 857aca3Copy full SHA for 857aca3
charts/cinder-csi-plugin/templates/controllerplugin-deployment.yaml
@@ -193,8 +193,10 @@ spec:
193
value: unix://csi/csi.sock
194
- name: CLOUD_CONFIG
195
value: /etc/config/{{ .Values.secret.filename }}
196
+ {{- if .Values.clusterID }}
197
- name: CLUSTER_NAME
198
value: "{{ .Values.clusterID }}"
199
+ {{- end }}
200
{{- if .Values.csi.plugin.extraEnv }}
201
{{- toYaml .Values.csi.plugin.extraEnv | nindent 12 }}
202
{{- end }}
0 commit comments