We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544595b commit ea8cb15Copy full SHA for ea8cb15
1 file changed
chart/templates/deployment.yaml
@@ -22,7 +22,7 @@ spec:
22
{{- if .Values.config.configMap.enabled }}
23
volumeMounts:
24
- name: config-volume
25
- mountPath: /app
+ mountPath: /app/config.yaml
26
subPath: {{ .Values.config.configMap.key}}
27
readOnly: true
28
{{- end }}
@@ -31,4 +31,4 @@ spec:
31
32
configMap:
33
name: {{ .Values.config.configMap.name}}
34
- {{- end }}
+ {{- end }}
0 commit comments