-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathtest.yaml
More file actions
35 lines (34 loc) · 973 Bytes
/
test.yaml
File metadata and controls
35 lines (34 loc) · 973 Bytes
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
clusterGroup:
managedClusterGroups:
exampleRegion:
name: region-one
# Before enabling cluster provisioning, ensure AWS/Azure credentials and OCP
# pull secrets are defined in Vault. See values-secret.yaml.template
#
clusterPools:
exampleAWSPool:
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-one
helmOverrides:
- name: clusterGroup.isHubCluster
value: false