From cabdcf3d9417102411121f9a1c2cc59bdf232061 Mon Sep 17 00:00:00 2001 From: Benjamin <166110368+BenjaminPabst@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:34:28 +0100 Subject: [PATCH] Update operator-microfrontend.yaml --- templates/operator-microfrontend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/operator-microfrontend.yaml b/templates/operator-microfrontend.yaml index 8590e3a..3fac55f 100644 --- a/templates/operator-microfrontend.yaml +++ b/templates/operator-microfrontend.yaml @@ -22,7 +22,7 @@ spec: remoteName: {{ $mfe_spec.remoteName }} productName: {{ $mfe_spec.productName | default (include "app-angular.product.name" $) }} remoteBaseUrl: {{ $mfe_spec.remoteBaseUrl | default $.Values.routing.path }} - remoteEntry: {{ $mfe_spec.remoteBaseUrl | default $.Values.routing.path }}{{ $.Values.operator.microfrontend.entrySuffix }} + remoteEntry: {{ $mfe_spec.remoteEntry | default $.Values.routing.path }}{{ $.Values.operator.microfrontend.entrySuffix }} technology: {{ $mfe_spec.technology | default $.Values.operator.microfrontend.spec.technology }} type: {{ $mfe_spec.type | default $.Values.operator.microfrontend.spec.type }} deprecated: {{ $mfe_spec.deprecated | default $.Values.operator.microfrontend.spec.deprecated }} @@ -34,4 +34,4 @@ spec: {{- end }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}