Add extra volume support
This commit is contained in:
parent
d81ca56401
commit
18dcac6915
@ -60,6 +60,10 @@ spec:
|
||||
readOnly: true
|
||||
subPath: {{ .Values.configWeb.key }}
|
||||
{{- end}}
|
||||
{{- range .Values.extraVolumesWeb }}
|
||||
- name: {{ .name }}
|
||||
mountPath: {{ .path }}
|
||||
{{- end}}
|
||||
env:
|
||||
{{- with .Values.env.plain }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
|
@ -42,6 +42,11 @@ ingress:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
|
||||
extraVolumesWeb: []
|
||||
# - name: blabla-pvc
|
||||
# path: "/blabla"
|
||||
|
||||
# tls:
|
||||
# enabled: true
|
||||
# secretName: chart-example-tls
|
||||
|
Loading…
Reference in New Issue
Block a user