From 8d3927041a95a7de9450402823e38a9eaa23648a Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 17 Feb 2025 22:22:32 +0800 Subject: [PATCH] ci(magicleaps): switch magicleaps alpha ci to develop branch Signed-off-by: zhenyus --- .../helm-pkg/magicleaps/templates/frontend/ingress.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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