Update example-app-helm-chart/example-app/templates/deployment.yaml

This commit is contained in:
2025-05-29 12:51:40 +03:00
parent ac6a55201c
commit 229f46d935

View File

@@ -44,5 +44,4 @@ spec:
{{- range $key, $value := .Values.app.env }}
- name: {{ $key }}
value: "{{ $value }}"
{{- end }}
{{- end }}