Re-add custom octavia-api volume mounts
Change-Id: I0d49b28b2f5536d17dde00cef23de04432902dd7 Signed-off-by: Nicholas Kuechler <nkuechler@gmail.com>
This commit is contained in:
@@ -111,6 +111,7 @@ spec:
|
|||||||
subPath: {{ base .Values.conf.octavia.DEFAULT.log_config_append }}
|
subPath: {{ base .Values.conf.octavia.DEFAULT.log_config_append }}
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{ if $mounts_octavia_api.volumeMounts }}{{ toYaml $mounts_octavia_api.volumeMounts | indent 12 }}{{ end }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: pod-etc-octavia
|
- name: pod-etc-octavia
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
6
releasenotes/notes/octavia-c952d2266d5dbd62.yaml
Normal file
6
releasenotes/notes/octavia-c952d2266d5dbd62.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
octavia:
|
||||||
|
- |
|
||||||
|
Fixes octavia-api custom volume mounts inadvertently removed in
|
||||||
|
https://review.opendev.org/c/openstack/openstack-helm/+/953481
|
||||||
|
...
|
Reference in New Issue
Block a user