Re-add custom octavia-api volume mounts

Change-Id: I0d49b28b2f5536d17dde00cef23de04432902dd7
Signed-off-by: Nicholas Kuechler <nkuechler@gmail.com>
This commit is contained in:
Nicholas Kuechler
2025-08-04 10:11:50 -05:00
parent fe25761f31
commit 1995c9043b
2 changed files with 7 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ spec:
subPath: {{ base .Values.conf.octavia.DEFAULT.log_config_append }}
readOnly: true
{{- end }}
{{ if $mounts_octavia_api.volumeMounts }}{{ toYaml $mounts_octavia_api.volumeMounts | indent 12 }}{{ end }}
volumes:
- name: pod-etc-octavia
emptyDir: {}

View File

@@ -0,0 +1,6 @@
---
octavia:
- |
Fixes octavia-api custom volume mounts inadvertently removed in
https://review.opendev.org/c/openstack/openstack-helm/+/953481
...