Skip to content

Commit

Permalink
Make keycloak optional for distro bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Nov 21, 2024
1 parent 647a557 commit 2622d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/platform/bundles/distro-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,5 @@ releases:
releaseName: keycloak
chart: cozy-keycloak
namespace: cozy-keycloak
optional: true
dependsOn: [postgres-operator]
1 change: 1 addition & 0 deletions packages/core/platform/bundles/distro-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ releases:
releaseName: keycloak
chart: cozy-keycloak
namespace: cozy-keycloak
optional: true
dependsOn: [postgres-operator]

0 comments on commit 2622d85

Please sign in to comment.