Skip to content

Commit e9a1167

Browse files
committed
fix: update with certificate manager
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent ca97c68 commit e9a1167

File tree

3 files changed

+12
-147
lines changed

3 files changed

+12
-147
lines changed

ansible/gen-certificate.yaml

Lines changed: 0 additions & 139 deletions
This file was deleted.

values-simple.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

values-trusted-hub.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)