Skip to content

Commit

Permalink
Use cluster_name variable instead of hardcoded value in cinder-csi co…
Browse files Browse the repository at this point in the history
…ntroller plugin (#10422)
  • Loading branch information
floryut authored Sep 8, 2023
1 parent 293573c commit 4939695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4939695

Please sign in to comment.