mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 09:47:26 +00:00
Fix barbican uwsgi subpath
This patch set addresses the problem where the subpath is causing the pod to be running but not ready. Change-Id: Idb7cf0cf2f8f043ce68443c3c5d33d2bfc1704bd
This commit is contained in:
@@ -67,7 +67,7 @@ spec:
|
||||
mountPath: /etc/barbican
|
||||
- name: barbican-etc
|
||||
mountPath: /etc/barbican/vassals/barbican-api.ini
|
||||
subPath: vassals/barbican-api.ini
|
||||
subPath: barbican-api.ini
|
||||
readOnly: true
|
||||
- name: barbican-etc
|
||||
mountPath: /etc/barbican/barbican.conf
|
||||
|
||||
Reference in New Issue
Block a user