-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathvalues-trusted-hub.yaml
More file actions
110 lines (102 loc) · 2.83 KB
/
values-trusted-hub.yaml
File metadata and controls
110 lines (102 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# This is currently configured as an 'all in one' deployment in one cluster.
clusterGroup:
name: trusted-hub
isHubCluster: true
namespaces:
- open-cluster-management
- vault
- golang-external-secrets
- trustee-operator-system
- cert-manager-operator
- openshift-sandboxed-containers-operator
- cert-manager
subscriptions:
# ACM is kept anticipating
acm:
name: advanced-cluster-management
namespace: open-cluster-management
trustee:
name: trustee-operator
namespace: trustee-operator-system
source: redhat-operators
channel: stable
installPlanApproval: Manual
csv: trustee-operator.v1.0.0
cert-manager:
name: openshift-cert-manager-operator
namespace: cert-manager-operator
channel: stable-v1
projects:
- hub
- vault
- trustee
- golang-external-secrets
- sandbox
- workloads
- default
# Explicitly mention the cluster-state based overrides we plan to use for this pattern.
# We can use self-referential variables because the chart calls the tpl function with these variables defined
sharedValueFiles:
- '/overrides/values-{{ $.Values.global.clusterPlatform }}.yaml'
applications:
acm:
name: acm
namespace: open-cluster-management
project: hub
chart: acm
chartVersion: 0.1.*
vault:
name: vault
namespace: vault
project: vault
chart: hashicorp-vault
chartVersion: 0.1.*
secrets-operator:
name: golang-external-secrets
namespace: golang-external-secrets
project: golang-external-secrets
chart: golang-external-secrets
chartVersion: 0.1.*
trustee:
name: trustee
namespace: trustee-operator-system #upstream config
project: trustee
chart: trustee
chartVersion: 0.2.*
overrides:
- name: global.coco.secured
value: "true"
sandbox-policies:
name: sandbox-policies
namespace: openshift-sandboxed-containers-operator #upstream config
chart: sandboxed-policies
chartVersion: 0.1.*
overrides:
- name: global.coco.azure.tags
value: "key1=value1,key2=value2"
- name: global.coco.azure.rootVolumeSize
value: "20"
imperative:
image: ghcr.io/butler54/imperative-container:latest
jobs:
- name: install-deps
playbook: ansible/install-deps.yaml
verbosity: -vvv
timeout: 3600
- name: configure-azure-dns
playbook: ansible/configure-issuer.yaml
verbosity: -vvv
timeout: 3600
- name: init-data-gzipper
playbook: ansible/init-data-gzipper.yaml
verbosity: -vvv
timeout: 3600
managedClusterGroups:
spoke:
name: spoke
acmlabels:
- name: clusterGroup
value: spoke
helmOverrides:
- name: clusterGroup.isHubCluster
value: false