Skip to content

Commit ea8cb15

Browse files
committed
chore: fix chart
1 parent 544595b commit ea8cb15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chart/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
{{- if .Values.config.configMap.enabled }}
2323
volumeMounts:
2424
- name: config-volume
25-
mountPath: /app
25+
mountPath: /app/config.yaml
2626
subPath: {{ .Values.config.configMap.key}}
2727
readOnly: true
2828
{{- end }}
@@ -31,4 +31,4 @@ spec:
3131
- name: config-volume
3232
configMap:
3333
name: {{ .Values.config.configMap.name}}
34-
{{- end }}
34+
{{- end }}

0 commit comments

Comments
 (0)