Skip to content

Commit

Permalink
chore: fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Dec 18, 2024
1 parent 544595b commit ea8cb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
{{- if .Values.config.configMap.enabled }}
volumeMounts:
- name: config-volume
mountPath: /app
mountPath: /app/config.yaml
subPath: {{ .Values.config.configMap.key}}
readOnly: true
{{- end }}
Expand All @@ -31,4 +31,4 @@ spec:
- name: config-volume
configMap:
name: {{ .Values.config.configMap.name}}
{{- end }}
{{- end }}

0 comments on commit ea8cb15

Please sign in to comment.