Use cluster_name variable instead of hardcoded value in cinder-csi controller plugin (#10422)

This commit is contained in:
Florian Ruynat
2023-09-08 16:18:16 +02:00
committed by GitHub
parent 293573c665
commit 493969588e

View File

@ -111,7 +111,7 @@ spec:
- name: CLOUD_CONFIG
value: /etc/config/cloud.conf
- name: CLUSTER_NAME
value: kubernetes
value: {{ cluster_name }}
ports:
- containerPort: 9808
name: healthz