Skip to content

Commit

Permalink
fix: update values yaml new structure (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: kim.tran <[email protected]>
  • Loading branch information
KimFFVII and kim.tran authored May 2, 2024
1 parent cdcf066 commit e9e40bc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9e40bc

Please sign in to comment.