Skip to content

Commit bb5c70c

Browse files
Fix yaml formatting error (#15148)
1 parent 67333aa commit bb5c70c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/airbyte-temporal/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
value: "config/dynamicconfig/development.yaml"
6666
{{- end }}
6767
{{- if .Values.extraEnv }}
68-
{{ .Values.extraEnv | toYaml | nindent 8 }}
68+
{{ .Values.extraEnv | toYaml | nindent 10 }}
6969
{{- end }}
7070
ports:
7171
- containerPort: 7233
@@ -117,4 +117,4 @@ spec:
117117
path: development.yaml
118118
{{- if .Values.extraVolumes }}
119119
{{ toYaml .Values.extraVolumes | nindent 6 }}
120-
{{- end }}
120+
{{- end }}

0 commit comments

Comments
 (0)