Skip to content

Commit

Permalink
Cean up indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Soyars <[email protected]>
  • Loading branch information
ctso committed Apr 11, 2024
1 parent 9ff19da commit acf00e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/flyte-core/templates/admin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ spec:
{{- with .Values.flyteadmin.env -}}
{{- tpl (toYaml .) $ | nindent 12 }}
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.flyteadmin.envFrom }}
envFrom:
{{- with .Values.flyteadmin.envFrom -}}
{{- tpl (toYaml .) $ | nindent 12 }}
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.flyteadmin.initialProjects }}
- command:
- flyteadmin
Expand Down

0 comments on commit acf00e7

Please sign in to comment.