Skip to content

Commit

Permalink
Helm: smoke-test, overrides-exporter remove newline with env and glob…
Browse files Browse the repository at this point in the history
…alEnv (#5336)
  • Loading branch information
m4r1u2 authored Jun 26, 2023
1 parent 97daba1 commit cbcaa7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ spec:
{{- toYaml .Values.overrides_exporter.containerSecurityContext | nindent 12 }}
env:
{{- with .Values.global.extraEnv }}
{{ toYaml . | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.overrides_exporter.env }}
{{ toYaml . | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
envFrom:
{{- with .Values.global.extraEnvFrom }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ spec:
{{- end }}
env:
{{- with .Values.global.extraEnv }}
{{ toYaml . | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.smoke_test.env }}
{{ toYaml . | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
envFrom:
{{- with .Values.global.extraEnvFrom }}
Expand Down

0 comments on commit cbcaa7e

Please sign in to comment.