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:
chgl
2025-02-16 08:45:11 +01:00
committed by GitHub
parent ef28875939
commit 98bfad07b3
9 changed files with 128 additions and 30 deletions

View 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