feat(helm): Add possibility to pass volumes and volume mounts (#1291)

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
Ludovic Ortega
2025-01-20 13:20:27 +01:00
committed by GitHub
parent 1b325e7c32
commit 62c1a70b37
4 changed files with 23 additions and 2 deletions

View File

@@ -94,6 +94,19 @@ resources: {}
# cpu: 100m
# memory: 128Mi
# -- Additional volumes on the output Deployment definition.
volumes: []
# - name: foo
# secret:
# secretName: mysecret
# optional: false
# -- Additional volumeMounts on the output Deployment definition.
volumeMounts: []
# - name: foo
# mountPath: "/etc/foo"
# readOnly: true
nodeSelector: {}
tolerations: []