Skip to content

Commit

Permalink
Fix yaml formatting error (airbytehq#15148)
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaPrashan authored and UsmanAli99 committed Aug 3, 2022
1 parent 37e3b02 commit 78dbeb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/airbyte-temporal/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
value: "config/dynamicconfig/development.yaml"
{{- end }}
{{- if .Values.extraEnv }}
{{ .Values.extraEnv | toYaml | nindent 8 }}
{{ .Values.extraEnv | toYaml | nindent 10 }}
{{- end }}
ports:
- containerPort: 7233
Expand Down Expand Up @@ -117,4 +117,4 @@ spec:
path: development.yaml
{{- if .Values.extraVolumes }}
{{ toYaml .Values.extraVolumes | nindent 6 }}
{{- end }}
{{- end }}

0 comments on commit 78dbeb2

Please sign in to comment.