Helm chart dependency updates and support for extraVolumes and -Mounts (#766)
* Helm chart updates * set target branch to master for chart testing
This commit is contained in:
11
charts/hapi-fhir-jpaserver/ci/extra-volumes-values.yaml
Normal file
11
charts/hapi-fhir-jpaserver/ci/extra-volumes-values.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
extraVolumes:
|
||||
- name: config-kube-root-ca
|
||||
configMap:
|
||||
name: kube-root-ca.crt
|
||||
items:
|
||||
- key: ca.crt
|
||||
path: ca.crt
|
||||
|
||||
extraVolumeMounts:
|
||||
- name: config-kube-root-ca
|
||||
mountPath: /etc/test
|
||||
Reference in New Issue
Block a user