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

pull/10423/head
Florian Ruynat 2023-09-08 16:18:16 +02:00 committed by GitHub
parent 293573c665
commit 493969588e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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