-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathvalues.yaml
More file actions
89 lines (82 loc) · 2.84 KB
/
values.yaml
File metadata and controls
89 lines (82 loc) · 2.84 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
# -- Deprecated: Use acm.spokeGitops which takes precedence
main:
gitops:
# -- DEPRECATED: Default gitops channel to install on remote clusters (Use acm.spokeGitops.channel)
channel: "gitops-1.20"
global:
# -- List of additional value files to be passed to the pattern
extraValueFiles: []
pattern: none
# -- The namespace where the cluster-wide ArgoCD instance runs
vpArgoNamespace: openshift-gitops
# -- 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:
# DEPRECATED: isHubCluster is deprecated. Use global.localClusterDomain and global.hubClusterDomain instead.
# When both domain values are set, hub cluster detection will be based on whether they are equal.
# This field is kept for backwards compatibility when domain values are not set.
# isHubCluster: true
# -- 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:
# -- MultiClusterHub spec (empty by default)
mch_spec: {}
# -- 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 -- Uses the official redhat source and some default channel
spokeGitops:
source: redhat-operators
# -- Default gitops channel to install on remote clusters
channel: "gitops-1.20"
# -- 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