Skip to content
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
8 changes: 4 additions & 4 deletions values-group-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ clusterGroup:
- golang-external-secrets
# The only subscription on spokes is gitops which gets managed by ACM
# subscriptions:
projects:
argoProjects:
- eso
- config-demo
- hello-world
applications:
golang-external-secrets:
name: golang-external-secrets
namespace: golang-external-secrets
project: eso
argoProject: eso
chart: golang-external-secrets
chartVersion: 0.1.*
config-demo:
name: config-demo
namespace: config-demo
project: config-demo
argoProject: config-demo
path: charts/all/config-demo
hello-world:
name: hello-world
namespace: hello-world
project: hello-world
argoProject: hello-world
path: charts/all/hello-world
imperative:
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
Expand Down
12 changes: 6 additions & 6 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clusterGroup:
namespace: open-cluster-management
channel: release-2.14
# csv: advanced-cluster-management.v2.6.1
projects:
argoProjects:
- hub
- config-demo
- hello-world
Expand Down Expand Up @@ -42,30 +42,30 @@ clusterGroup:
acm:
name: acm
namespace: open-cluster-management
project: hub
argoProject: hub
chart: acm
chartVersion: 0.1.*
vault:
name: vault
namespace: vault
project: hub
argoProject: hub
chart: hashicorp-vault
chartVersion: 0.1.*
golang-external-secrets:
name: golang-external-secrets
namespace: golang-external-secrets
project: hub
argoProject: hub
chart: golang-external-secrets
chartVersion: 0.1.*
config-demo:
name: config-demo
namespace: config-demo
project: config-demo
argoProject: config-demo
path: charts/all/config-demo
hello-world:
name: hello-world
namespace: hello-world
project: hello-world
argoProject: hello-world
path: charts/all/hello-world
imperative:
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
Expand Down