Skip to content

Commit

Permalink
Fix the yaml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tcassaert committed Mar 14, 2023
1 parent 65a6773 commit 3e49e73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
{{- if .Values.driver.env }}
{{ toYaml .Values.driver.env | indent 8 }}
{{ toYaml .Values.driver.env | indent 6 }}
{{- end }}
{{- if .Values.driver.javaOptions }}
javaOptions: {{ .Values.driver.javaOptions }}
Expand Down Expand Up @@ -103,7 +103,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
{{- if .Values.executor.env }}
{{ toYaml .Values.executor.env | indent 8 }}
{{ toYaml .Values.executor.env | indent 6 }}
{{- end }}
{{- if .Values.executor.javaOptions }}
javaOptions: {{ .Values.executor.javaOptions }}
Expand Down

0 comments on commit 3e49e73

Please sign in to comment.