Commit a7c0e20
authored
[cinder-csi-plugin]: helm-charts: use /etc/config/ for cloud.conf (#2892)
* Cinder: Use /etc/config/ for cloud.conf in helm charts.
This path is used by default in the deployment manifests for cinder-csi
as well as in manifests and helm charts for occm.
It does not matter much until you reference another file via
ca-file=/etc/config/cacert
in your cloud.conf and assume that to work.
So better align the volumeMount location everywhere.
As there is a canonical location where most artifacts already agree on,
let's use it in cinder-csi helm charts as well.
Signed-off-by: Kurt Garloff <[email protected]>
* Bump chart version number as requested by bot.
Signed-off-by: Kurt Garloff <[email protected]>
---------
Signed-off-by: Kurt Garloff <[email protected]>1 parent 7853ba8 commit a7c0e20
File tree
4 files changed
+6
-6
lines changed- charts/cinder-csi-plugin
- templates
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments