From 212d984fc5424c5524f7d995183080eeaa8905e1 Mon Sep 17 00:00:00 2001 From: Jorden_Reuter <149687553+JordenReuter@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:59:51 +0100 Subject: [PATCH] feat: added shareScope to mfes --- templates/operator-microfrontend.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/operator-microfrontend.yaml b/templates/operator-microfrontend.yaml index a930f60..e0334d1 100644 --- a/templates/operator-microfrontend.yaml +++ b/templates/operator-microfrontend.yaml @@ -26,6 +26,7 @@ spec: 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 }} + shareScope: {{ $mfe_spec.shareScope | default $.Values.operator.microfrontend.spec.shareScope }} {{ if ($mfe_spec.endpoints) }} endpoints: {{- range $item := $mfe_spec.endpoints }}