You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/cinder-csi-plugin/values.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,15 @@ csi:
98
98
# for description of individual verbosity levels.
99
99
logVerbosityLevel: 2
100
100
101
+
# the secret should contain the openstack credentials
102
+
# there are several options to inject the credentials:
103
+
# 1) from kubernetes secret that doesn't exist: set "enabled" and "create" to true, this will create a secret from the values written to "data" down below
104
+
# 2) from kubernetes secret that already exists: set "enabled" to true and "create" to false
105
+
# 3) from host system path /etc/cloud/cloud.conf: set "enabled" to false and "hostMount" to true
106
+
# 4) via agent-injector (e.g. hashicorp vault): set "enabled" and "hostMount" to false, you have to provide credentials on your own by injecting credentials into the pod
0 commit comments