Skip to content

Commit

Permalink
[kong] fix legacy proxy ingress yaml indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Raines authored and rainest committed Feb 3, 2021
1 parent b9f917b commit 449bdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kong/templates/service-kong-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
{{- end -}}
{{- if .Values.proxy.ingress.tls }}
tls:
{{ toYaml .Values.proxy.ingress.tls | indent 4 }}
{{ toYaml .Values.proxy.ingress.tls | indent 2 }}
{{- end -}}
{{- end -}}
{{- end -}}
Expand Down

0 comments on commit 449bdf5

Please sign in to comment.