File tree Expand file tree Collapse file tree 3 files changed +12
-147
lines changed
Expand file tree Collapse file tree 3 files changed +12
-147
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -117,6 +117,12 @@ clusterGroup:
117117 project : workloads
118118 path : charts/coco-supported/kbs-access
119119
120+ kbs-cert-setup :
121+ name : kbs-cert-setup
122+ namespace : imperative
123+ project : hub
124+ path : charts/coco-supported/kbs-cert-setup
125+
120126 imperative :
121127 # NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
122128 # The default schedule is every 10 minutes: imperative.schedule
@@ -139,10 +145,6 @@ clusterGroup:
139145 playbook : ansible/azure-nat-gateway.yaml
140146 verbosity : -vvv
141147 timeout : 3600
142- - name : gen-certificate
143- playbook : ansible/gen-certificate.yaml
144- verbosity : -vvv
145- timeout : 3600
146148 - name : init-data-gzipper
147149 playbook : ansible/init-data-gzipper.yaml
148150 verbosity : -vvv
Original file line number Diff line number Diff line change @@ -74,6 +74,12 @@ clusterGroup:
7474 project : sandbox
7575 path : charts/hub/sandbox-policies
7676
77+ kbs-cert-setup :
78+ name : kbs-cert-setup
79+ namespace : imperative
80+ project : hub
81+ path : charts/coco-supported/kbs-cert-setup
82+
7783
7884 imperative :
7985 # NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
@@ -87,10 +93,6 @@ clusterGroup:
8793 playbook : ansible/install-deps.yaml
8894 verbosity : -vvv
8995 timeout : 3600
90- - name : gen-certificate
91- playbook : ansible/gen-certificate.yaml
92- verbosity : -vvv
93- timeout : 3600
9496 - name : init-data-gzipper
9597 playbook : ansible/init-data-gzipper.yaml
9698 verbosity : -vvv
You can’t perform that action at this time.
0 commit comments