Mount all ironic conductor volumes.
We can configure custom volumes and volumeMounts in the helm chart for ironic conductor and these are now mounted in the ironic-conductor container. Change-Id: I717920cb0b75951175019bb991c8d948916a9db3 Signed-off-by: Radu Viorel Cosnita <radu.cosnita@gmail.com> Story: 2006458 Task: 36380
This commit is contained in:
parent
82c72367c8
commit
c54f51c603
@ -194,6 +194,7 @@ spec:
|
||||
mountPath: /sys
|
||||
- name: pod-data
|
||||
mountPath: /var/lib/openstack-helm
|
||||
{{ if $mounts_ironic_conductor.volumeMounts }}{{ toYaml $mounts_ironic_conductor.volumeMounts | indent 12 }}{{ end }}
|
||||
- name: ironic-conductor-pxe
|
||||
{{ tuple $envAll "ironic_pxe" | include "helm-toolkit.snippets.image" | indent 10 }}
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.conductor | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
|
Loading…
Reference in New Issue
Block a user