Skip to content

Commit

Permalink
Fix double env
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors authored Nov 24, 2023
1 parent 62398e7 commit ee2adc2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ spec:
value: {{ .value | quote }}
{{- end }}
{{- end }}
{{- range .Values.env }}
{{- if contains "app" .contexts }}
- name: {{ .identifier }}
value: {{ .value | quote }}
{{- end }}
{{- end }}
{{- range .Values.parameterGroups }}
- name: {{ .identifier }}
value: {{ .value | quote }}
Expand Down

0 comments on commit ee2adc2

Please sign in to comment.