Skip to content

Commit

Permalink
ci: update helm chart (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Feb 2, 2024
1 parent 356fa80 commit 9e5c328
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 49 deletions.
21 changes: 0 additions & 21 deletions helm/microfrontend.json

This file was deleted.

5 changes: 0 additions & 5 deletions helm/permissions.csv

This file was deleted.

14 changes: 0 additions & 14 deletions helm/templates/apm-csv.cm.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions helm/templates/mf-config.yaml

This file was deleted.

27 changes: 25 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,31 @@ app:
repository: 'onecx/onecx-announcement-ui'
routing:
enabled: true
path: /mfe/announcement/

operator:
apm:
enabled: false
# Microfrontend
microfrontend:
enabled: true
spec:
exposedModule: "./AnnouncementMgmtModule"
description: "OneCX Announcement Mgmt"
note: "OneCX Announcement Mgmt module auto import via MF operator"
# Permission
permission:
enabled: true
spec:
permissions:
ANNOUCEMENT:
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
keycloak:
enabled: true
client: |-
Expand All @@ -33,3 +55,4 @@ app:
# PIPE Config


0 comments on commit 9e5c328

Please sign in to comment.