Skip to content

Commit

Permalink
Switch to slimmed common
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Oct 22, 2024
1 parent d2c16b5 commit 99c54a2
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -25,6 +25,9 @@ global:

main:
clusterGroupName: hub
multiSourceConfig:
enabled: true
clusterGroupChartVersion: 0.9.*

# Example Configuration
#datacenter:
Expand Down
8 changes: 5 additions & 3 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,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.*

openshift-data-foundations:
name: odf
Expand Down Expand Up @@ -126,7 +128,7 @@ clusterGroup:
jobs:
- name: regional-ca
# ansible playbook to be run
playbook: ansible/playbooks/on-hub-get-regional-ca.yml
playbook: rhvp.cluster_utils.hello_world
# per playbook timeout in seconds
timeout: 234
# verbosity: "-v"
Expand Down

0 comments on commit 99c54a2

Please sign in to comment.