Skip to content

Commit 13bc8e6

Browse files
committed
work around funky keystone mount
1 parent 030a815 commit 13bc8e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/keystone/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ pod:
144144
- name: oidc-secret
145145
mountPath: /etc/oidc-secret
146146
readOnly: true
147+
- name: keystone-bin
148+
mountPath: /var/www/cgi-bin/keystone/keystone-wsgi-public
149+
readOnly: true
150+
subPath: wsgi.py
147151
volumes:
148152
- name: keystone-sso
149153
secret:

0 commit comments

Comments
 (0)