Skip to content

Commit b881a25

Browse files
committed
fix: changing configmap name to a variable value
1 parent ed166b8 commit b881a25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ spec:
111111
{{- end}}
112112
volumes:
113113
{{- if .Values.configMap }}
114-
- name: config
114+
- name: {{ .Values.configMap.name }}
115115
configMap:
116116
name: {{ .Values.configMap.name }}
117117
{{- end }}

0 commit comments

Comments
 (0)