File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ clusterGroup:
19
19
name : golang-external-secrets
20
20
namespace : golang-external-secrets
21
21
project : eso
22
- path : common/golang-external-secrets
22
+ chart : golang-external-secrets
23
+ chartVersion : 0.1.*
23
24
rag-llm :
24
25
name : rag-llm
25
26
namespace : rag-llm
@@ -41,7 +42,7 @@ clusterGroup:
41
42
jobs :
42
43
- name : hello-world
43
44
# ansible playbook to be run
44
- playbook : common/ansible/playbooks/hello-world/hello-world.yaml
45
+ playbook : rhvp.cluster_utils.hello_world
45
46
# per playbook timeout in seconds
46
47
timeout : 234
47
48
# verbosity: "-v"
@@ -103,4 +104,4 @@ clusterGroup:
103
104
# - key: vendor
104
105
# operator: In
105
106
# values:
106
- # - OpenShift
107
+ # - OpenShift
Original file line number Diff line number Diff line change @@ -81,12 +81,14 @@ clusterGroup:
81
81
name : vault
82
82
namespace : vault
83
83
project : hub
84
- path : common/hashicorp-vault
84
+ chart : hashicorp-vault
85
+ chartVersion : 0.1.*
85
86
golang-external-secrets :
86
87
name : golang-external-secrets
87
88
namespace : golang-external-secrets
88
89
project : hub
89
- path : common/golang-external-secrets
90
+ chart : golang-external-secrets
91
+ chartVersion : 0.1.*
90
92
minio :
91
93
name : minio
92
94
namespace : rag-llm
@@ -153,7 +155,7 @@ clusterGroup:
153
155
jobs :
154
156
- name : hello-world
155
157
# ansible playbook to be run
156
- playbook : common/ansible/playbooks/hello-world/hello-world.yaml
158
+ playbook : rhvp.cluster_utils.hello_world
157
159
# per playbook timeout in seconds
158
160
timeout : 234
159
161
# verbosity: "-v"
You can’t perform that action at this time.
0 commit comments