Skip to content

Commit

Permalink
Don't use a hardcoded cluster_name in cinder-csi
Browse files Browse the repository at this point in the history
  • Loading branch information
gyurco committed Mar 27, 2023
1 parent 8afd74c commit 86cd360
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 86cd360

Please sign in to comment.