@@ -22,7 +22,7 @@ clusterGroup:
2222 source : redhat-operators
2323 channel : stable
2424 installPlanApproval : Manual
25- csv : trustee-operator.v0.4.1
25+ csv : trustee-operator.v1.0.0
2626 cert-manager :
2727 name : openshift-cert-manager-operator
2828 namespace : cert-manager-operator
@@ -66,31 +66,51 @@ clusterGroup:
6666 name : trustee
6767 namespace : trustee-operator-system # upstream config
6868 project : trustee
69- chart : trustee
70- chartVersion : 0.1.*
71- # Use the override file to specify the list of secrets accessible to trustee from the ESO backend (today by default, Vault).
72- extraValueFiles :
73- - ' $patternref/overrides/values-trustee.yaml'
69+ repoURL : https://github.com/butler54/trustee-chart.git
70+ targetRevision : merge-certs
71+ path : ./
72+ overrides :
73+ - name : global.coco.secured
74+ value : " true"
75+ - name : kbs.secretResources[0].name
76+ value : kbsres1
77+ - name : kbs.secretResources[0].key
78+ value : secret/data/hub/kbsres1
79+ - name : kbs.secretResources[1].name
80+ value : passphrase
81+ - name : kbs.secretResources[1].key
82+ value : secret/data/hub/passphrase
7483 sandbox-policies :
7584 name : sandbox-policies
7685 namespace : openshift-sandboxed-containers-operator # upstream config
77- chart : sandboxed-policies
78- chartVersion : 0.0.*
86+ repoURL : https://github.com/butler54/sandboxed-policies-chart.git
87+ targetRevision : rootvolume
88+ path : ./
89+ overrides :
90+ # - name: global.coco.enableSSHDebug
91+ # value: "true"
92+ - name : global.coco.azure.defaultVMFlavour
93+ value : Standard_DC2as_v5
94+ - name : global.coco.azure.VMFlavours
95+ value : " Standard_DC2as_v5,Standard_DC4as_v5,Standard_DC8as_v5,Standard_DC16as_v5"
96+ - name : global.coco.azure.tags
97+ value : " key1=value1,key2=value2"
98+ - name : global.coco.azure.rootVolumeSize
99+ value : " 20"
79100
80101
81102
82103 imperative :
83- # NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
84- # The default schedule is every 10 minutes: imperative.schedule
85- # Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
86- # imagePullPolicy is set to always: imperative.imagePullPolicy
87- # For additional overrides that apply to the jobs, please refer to
88- # https://validatedpatterns.io/imperative-actions/#additional-job-customizations
104+ image : ghcr.io/butler54/imperative-container:latest
89105 jobs :
90106 - name : install-deps
91107 playbook : ansible/install-deps.yaml
92108 verbosity : -vvv
93109 timeout : 3600
110+ - name : configure-azure-dns
111+ playbook : ansible/configure-issuer.yaml
112+ verbosity : -vvv
113+ timeout : 3600
94114 - name : init-data-gzipper
95115 playbook : ansible/init-data-gzipper.yaml
96116 verbosity : -vvv
0 commit comments