diff --git a/helm/values.yaml b/helm/values.yaml index 2720636..2e93337 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -10,10 +10,12 @@ app: # Microfrontend microfrontend: enabled: true - spec: - exposedModule: "./OneCXProductStoreModule" - description: "OneCX Product Store UI" - note: "OneCX Product Store UI module auto import via MF operator" + specs: + main: + exposedModule: "./OneCXProductStoreModule" + description: "OneCX Product Store UI" + note: "OneCX Product Store UI module auto import via MF operator" + type: MODULE # Permission permission: enabled: true