Skip to content

Commit 643001a

Browse files
authored
Merge pull request #1493 from rackerlabs/drop-keystone-mount
fix(keystone): remove wsgi.py mount as its not needed
2 parents 6e87796 + 9b77dc8 commit 643001a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/keystone/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ pod:
139139
- name: oidc-secret
140140
mountPath: /etc/oidc-secret
141141
readOnly: true
142-
# drop this when https://review.opendev.org/c/openstack/openstack-helm/+/970280 merges
143-
- name: keystone-bin
144-
mountPath: /var/www/cgi-bin/keystone/wsgi.py
145-
readOnly: true
146-
subPath: wsgi.py
147142
volumes:
148143
- name: keystone-sso
149144
secret:

0 commit comments

Comments
 (0)