Merge "Update typo in subPath for volume mount"

This commit is contained in:
Zuul 2021-02-03 00:08:49 +00:00 committed by Gerrit Code Review
commit 2ffb35a47f
3 changed files with 8 additions and 2 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Keystone
name: keystone
version: 0.1.5
version: 0.1.6
home: https://docs.openstack.org/keystone/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Keystone/OpenStack_Project_Keystone_vertical.png
sources:

View File

@ -115,7 +115,7 @@ spec:
readOnly: true
- name: keystone-etc
mountPath: /etc/keystone/access_rules.json
subpath: access_rules.json
subPath: access_rules.json
readOnly: true
- name: keystone-etc
mountPath: /etc/keystone/sso_callback_template.html

View File

@ -1,3 +1,9 @@
---
keystone:
- 0.1.0 Initial Chart
- 0.1.1 UPDATE
- 0.1.2 UPDATE
- 0.1.3 UPDATE
- 0.1.4 UPDATE
- 0.1.5 Revert clusterissuer change
- 0.1.6 Fix typo in subPath entry