-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvalues.yaml
73 lines (68 loc) · 2.07 KB
/
values.yaml
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
main:
gitops:
# -- Default gitops channel to install on remote clusters
channel: "gitops-1.15"
global:
# -- List of additional value files to be passed to the pattern
extraValueFiles: []
pattern: none
# -- Repository URL pointing to the pattern
repoURL: none
# -- The branch or Git reference to use to deploy the pattern
targetRevision: main
options:
applicationRetryLimit: 20
secretStore:
backend: "vault"
# -- Dictionary of all the clustergroups of the pattern
# @default -- depends on the individual settings
clusterGroup:
# -- Dictionary of subscriptions for this specific clusterGroup
subscriptions:
# -- Name of the subscription
acm:
# -- The catalog source for this subscription
source: redhat-operators
# -- The set of cluters managed by ACM which is running inside this clusterGroup
managedClusterGroups: {}
# testRegion:
# name: region-one
# clusterPools:
# testPool:
# name: spoke
# openshiftVersion: 4.10.18
# baseDomain: blueprints.rhecoeng.com
# platform:
# aws:
# region: ap-southeast-2
# clusters:
# - spoke1
# labels:
# - name: clusterGroup
# value: region-one
# testRegionTwo:
# name: region-two
# clusterDeployments:
# myFirstCluster:
# name: mcluster1
# openshiftVersion: 4.10.18
# baseDomain: blueprints.rhecoeng.com
# platform:
# azure:
# baseDomainResourceGroupName: dojo-dns-zones
# region: eastus
# labels:
# - name: clusterGroup
# value: region-two
acm:
# -- Just used for IIB testing, drives the source and channel for the MCE subscription triggered by ACM
# @default -- Uses the official redhat sources
mce_operator:
source: redhat-operators
channel: null
# -- Default secretstore configuration variables
# @default -- depends on the individual settings
secretStore:
# -- Name of the clustersecretstore to be used for secrets
name: vault-backend
kind: ClusterSecretStore