Skip to content

Commit f38551a

Browse files
committed
update values files to remove references to charts in common
1 parent 39c540a commit f38551a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

values-group-one.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ clusterGroup:
1919
name: golang-external-secrets
2020
namespace: golang-external-secrets
2121
project: eso
22-
path: common/golang-external-secrets
22+
chart: golang-external-secrets
23+
chartVersion: 0.1.*
2324
rag-llm:
2425
name: rag-llm
2526
namespace: rag-llm
@@ -41,7 +42,7 @@ clusterGroup:
4142
jobs:
4243
- name: hello-world
4344
# ansible playbook to be run
44-
playbook: common/ansible/playbooks/hello-world/hello-world.yaml
45+
playbook: rhvp.cluster_utils.hello_world
4546
# per playbook timeout in seconds
4647
timeout: 234
4748
# verbosity: "-v"
@@ -103,4 +104,4 @@ clusterGroup:
103104
# - key: vendor
104105
# operator: In
105106
# values:
106-
# - OpenShift
107+
# - OpenShift

values-hub.yaml

+5-3
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)