Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update helm config, add product event #25

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading