Skip to content

Commit ed166b8

Browse files
committed
fix: mounting configmaps: removig readonly param
1 parent bd5d99f commit ed166b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

chart/templates/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ spec:
3939
{{- if .Values.volumes.enabled }}
4040
volumeMounts:
4141
{{- if .Values.configMap }}
42-
- name: config
42+
- name: {{ .Values.configMap.name }}
4343
mountPath: {{ .Values.configMap.mountPath }}
44-
readOnly: "true"
4544
{{- end }}
4645
{{- range .Values.volumes.mountPath }}
4746
{{- $dirmap := regexSplit ":" . -1 }}

0 commit comments

Comments
 (0)