Skip to content

Commit f85286f

Browse files
committed
Switch to multisource charts
1 parent 498bb0a commit f85286f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

values-global.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ main:
1616
clusterGroupName: hub
1717
multiSourceConfig:
1818
enabled: true
19+
clusterGroupChartVersion: 0.9.*

values-hub.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ clusterGroup:
8181
name: vault
8282
namespace: vault
8383
project: hub
84-
path: common/hashicorp-vault
84+
chart: hashicorp-vault
85+
chartVersion: 0.1.*
8586
golang-external-secrets:
8687
name: golang-external-secrets
8788
namespace: golang-external-secrets
8889
project: hub
89-
path: common/golang-external-secrets
90+
chart: golang-external-secrets
91+
chartVersion: 0.1.*
9092
minio:
9193
name: minio
9294
namespace: rag-llm
@@ -153,7 +155,7 @@ clusterGroup:
153155
jobs:
154156
- name: hello-world
155157
# ansible playbook to be run
156-
playbook: common/ansible/playbooks/hello-world/hello-world.yaml
158+
playbook: rhvp.cluster_utils.hello_world
157159
# per playbook timeout in seconds
158160
timeout: 234
159161
# verbosity: "-v"

0 commit comments

Comments
 (0)