Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
work-jlsun committed Jan 6, 2023
1 parent e40d681 commit ec06d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ spec:
value: "{{ . }}"
{{- end }}
{{- range $index, $item :=.Values.app.envs }}
- name: {{ .item.name | quote }}
value: {{ .item.value | quote }}
- name: {{ $item.name | quote }}
value: {{ $item.value | quote }}
{{- end }}
######### resources #########
resources: {{ include "resources" . | nindent 10 }}
Expand Down

0 comments on commit ec06d59

Please sign in to comment.