Skip to content

Commit ab54252

Browse files
committed
fix: clean up multi-cluster configuration
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent c84728a commit ab54252

2 files changed

Lines changed: 6 additions & 17 deletions

File tree

values-spoke.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,9 @@ clusterGroup:
4848
name: sandbox
4949
namespace: openshift-sandboxed-containers-operator #upstream config
5050
project: sandbox
51-
repoURL: https://github.com/butler54/sandboxed-containers-chart.git
52-
targetRevision: remove-ssh
53-
path: ./
51+
chart: sandboxed-containers
52+
chartVersion: 0.1.*
5453
overrides:
55-
# - name: global.coco.enableSSHDebug
56-
# value: "true"
5754
- name: global.secretStore.backend
5855
value: vault
5956
- name: secretStore.name

values-trusted-hub.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ clusterGroup:
6666
name: trustee
6767
namespace: trustee-operator-system #upstream config
6868
project: trustee
69-
repoURL: https://github.com/butler54/trustee-chart.git
70-
targetRevision: merge-certs
71-
path: ./
69+
chart: trustee
70+
chartVersion: 0.2.*
7271
overrides:
7372
- name: global.coco.secured
7473
value: "true"
@@ -83,16 +82,9 @@ clusterGroup:
8382
sandbox-policies:
8483
name: sandbox-policies
8584
namespace: openshift-sandboxed-containers-operator #upstream config
86-
repoURL: https://github.com/butler54/sandboxed-policies-chart.git
87-
targetRevision: rootvolume
88-
path: ./
85+
chart: sandboxed-containers
86+
chartVersion: 0.1.*
8987
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"
9688
- name: global.coco.azure.tags
9789
value: "key1=value1,key2=value2"
9890
- name: global.coco.azure.rootVolumeSize

0 commit comments

Comments
 (0)