Skip to content
Snippets Groups Projects
Unverified Commit 49396958 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

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

parent 293573c6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment