diff --git a/magicleaps/helm-pkg/magicleaps/templates/frontend/ingress.yaml b/magicleaps/helm-pkg/magicleaps/templates/frontend/ingress.yaml index 6527dd57..d2745283 100644 --- a/magicleaps/helm-pkg/magicleaps/templates/frontend/ingress.yaml +++ b/magicleaps/helm-pkg/magicleaps/templates/frontend/ingress.yaml @@ -32,7 +32,5 @@ spec: - host: {{ $ingress.host }} http: paths: -{{- range $path := $ingress.rules }} -{{ toYaml $path | indent 10 }} -{{- end }} +{{- toYaml $ingress.rules | nindent 10 }} {{- end }} \ No newline at end of file