Skip to content

Commit

Permalink
configMapKeyRef key value 를 string 으로 변환하기 위한 큰 따옴표 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Joon-Hyeok committed Jun 27, 2024
1 parent 4dbb272 commit 0ce6aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/example/templates/deployment-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
valueFrom:
configMapKeyRef:
name: "{{ $chartName }}-backend-cm"
key: {{ $value }}
key: "{{ $value }}"
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 0ce6aae

Please # to comment.