Browse Source

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

pull/10423/head
Florian Ruynat 1 year ago
committed by GitHub
parent
commit
493969588e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes-apps/csi_driver/cinder/templates/cinder-csi-controllerplugin.yml.j2

2
roles/kubernetes-apps/csi_driver/cinder/templates/cinder-csi-controllerplugin.yml.j2

@ -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

Loading…
Cancel
Save