-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathvalues-example.yaml
More file actions
104 lines (96 loc) · 2.49 KB
/
values-example.yaml
File metadata and controls
104 lines (96 loc) · 2.49 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
global:
options:
useCSV: False
syncPolicy: Automatic
installPlanApproval: Automatic
clusterGroup:
name: example
namespaces:
- open-cluster-management
- application-ci
subscriptions:
acm:
name: advanced-cluster-management
namespace: open-cluster-management
channel: release-2.4
csv: advanced-cluster-management.v2.4.1
odh:
name: opendatahub-operator
source: community-operators
csv: opendatahub-operator.v1.1.0
disabled: true
pipelines:
name: openshift-pipelines-operator-rh
csv: redhat-openshift-pipelines.v1.5.2
projects:
- datacenter
applications:
acm:
name: acm
namespace: open-cluster-management
project: datacenter
path: common/managedclusters
ignoreDifferences:
- group: internal.open-cluster-management.io
kind: ManagedClusterInfo
jsonPointers:
- /spec/loggingCA
pipe:
name: pipelines
namespace: application-ci
project: datacenter
path: charts/datacenter/pipelines
managedClusterGroups:
- name: acm-edge
# Optional - Point to a different repo
# repoURL: https://github.com/hybrid-cloud-patterns/mySite.git
# Must contain values-{clustergroupname}.yaml at the top level
targetRevision: main
helmOverrides:
# Values must be strings!
- name: clusterGroup.isHubCluster
value: "false"
acmlabels:
- name: clusterGroup
value: acm-region
- name: acm-provision-edge
targetRevision: main
helmOverrides:
- name: clusterGroup.isHubCluster
value: "false"
clusterPools:
exampleAWSPool:
size: 3
name: aws-ap
openshiftVersion: 4.10.18
baseDomain: blueprints.rhecoeng.com
platform:
aws:
region: ap-southeast-2
clusters:
- One
exampleAzurePool:
name: azure-us
openshiftVersion: 4.10.18
baseDomain: blueprints.rhecoeng.com
platform:
azure:
baseDomainResourceGroupName: dojo-dns-zones
region: eastus
clusters:
- Two
- Three
acmlabels:
- name: clusterGroup
value: region
- name: argo-edge
hostedArgoSites:
- name: perth
domain: perth1.beekhof.net
bearerKeyPath: secret/data/hub/cluster_perth
caKeyPath: secret/data/hub/cluster_perth_ca
- name: sydney
domain: syd.beekhof.net
helmOverrides:
- name: clusterGroup.isHubCluster
value: "false"