Skip to content

Commit

Permalink
fix extraEnv indent (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anover000 authored Dec 4, 2023
1 parent e3521e8 commit 7b85415
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ spec:
- name: "SWITCH_oracle-host"
value: "{{ .Values.switch.oracle.host }}"
{{- if .Values.extraEnvs | default .Values.deployment.extraEnvs }}
{{ toYaml ( .Values.extraEnvs | default .Values.deployment.extraEnvs ) | indent 10 }}
{{- end }}
{{ toYaml ( .Values.extraEnvs | default .Values.deployment.extraEnvs ) | indent 12 }}
{{- end }}
envFrom: {{ toYaml ( .Values.envFrom | default .Values.deployment.envFrom ) | nindent 12 }}
securityContext: {{ toYaml ( .Values.podSecurityContext | default .Values.deployment.securityContext ) | nindent 12 }}

Expand Down

0 comments on commit 7b85415

Please sign in to comment.