Skip to content

Commit fe3393b

Browse files
committed
feat(openstack): mount the keystone secrets config snippets
This was missed from c589b4. It's commit message is below. The change to mount these has not landed in all upstream charts and we've also not updated to the charts that have this change across the board. So for now include it in all of our configs until this change can make its way upstream.
1 parent e5fa984 commit fe3393b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

components/ironic/values.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ pod:
214214
mountPath: /var/lib/dnsmasq/
215215
- name: understack-data
216216
mountPath: /var/lib/understack
217+
- name: ironic-etc-snippets
218+
mountPath: /etc/ironic/ironic.conf.d
219+
readOnly: true
217220
volumes:
218221
- name: dnsmasq-ironic
219222
persistentVolumeClaim:
@@ -224,6 +227,23 @@ pod:
224227
- name: understack-data
225228
persistentVolumeClaim:
226229
claimName: understack-data
230+
- name: ironic-etc-snippets
231+
projected:
232+
sources:
233+
- secret:
234+
name: ironic-ks-etc
235+
ironic_api:
236+
ironic_api:
237+
volumeMounts:
238+
- name: ironic-etc-snippets
239+
mountPath: /etc/ironic/ironic.conf.d
240+
readOnly: true
241+
volumes:
242+
- name: ironic-etc-snippets
243+
projected:
244+
sources:
245+
- secret:
246+
name: ironic-ks-etc
227247
lifecycle:
228248
disruption_budget:
229249
api:

0 commit comments

Comments
 (0)