Skip to content

Commit

Permalink
feat: update helm config, add product event
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Feb 2, 2024
1 parent a481739 commit f3accfe
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ jobs:
build:
uses: onecx/ci-angular/.github/workflows/build.yml@v1
secrets: inherit
with:
helmEventTargetRepository: onecx/onecx-help

24 changes: 22 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,29 @@ app:
repository: 'onecx/onecx-help-ui'
routing:
enabled: true
path: /mfe/help/
operator:
apm:
enabled: false
# Microfrontend
microfrontend:
enabled: true
spec:
exposedModule: "./OneCXHelpModule"
description: "OneCX Help Mgmt"
note: "OneCX Help Mgmt module auto import via MF operator"
# Permission
permission:
enabled: true
spec:
permissions:
HELP:
CREATE: Create announcement
EDIT: Edit announcement
DELETE: Delete announcement
SAVE: Update and save announcement
IMPORT: Import announcement
EXPORT: Export announcement
VIEW: View mode for announcement
SEARCH: Search announcement
keycloak:
enabled: true
client: |-
Expand Down

0 comments on commit f3accfe

Please sign in to comment.