Skip to content

Commit

Permalink
Switch to multisource and use remote helm charts for acm, vault, eso.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdoc committed Oct 1, 2024
1 parent 5b90071 commit 10f6dc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions values-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ global:

main:
clusterGroupName: hub
multiSourceConfig:
enabled: true
clusterGroupChartVersion: 0.9.*
9 changes: 6 additions & 3 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ clusterGroup:
name: acm
namespace: open-cluster-management
project: hub
path: common/acm
chart: acm
chartVersion: 0.1.*
ignoreDifferences:
- group: internal.open-cluster-management.io
kind: ManagedClusterInfo
Expand All @@ -49,13 +50,15 @@ clusterGroup:
name: vault
namespace: vault
project: hub
path: common/hashicorp-vault
chart: hashicorp-vault
chartVersion: 0.1.*

golang-external-secrets:
name: golang-external-secrets
namespace: golang-external-secrets
project: hub
path: common/golang-external-secrets
chart: golang-external-secrets
chartVersion: 0.1.*

quarkuscoffeeshop-cicd:
name: quarkuscoffeeshop-cicd
Expand Down

0 comments on commit 10f6dc6

Please sign in to comment.