-
Notifications
You must be signed in to change notification settings - Fork 5
/
values-hub.yaml
152 lines (137 loc) · 3.87 KB
/
values-hub.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
#ocpDomain: apps.mcg-two.blueprints.rhecoeng.com
#ocpApi: api.mcg-two.blueprints.rhecoeng.com⤶
namespace: bobbycar
clusterGroup:
name: hub
isHubCluster: true
namespaces:
- bobbycar
- vault
- golang-external-secrets
subscriptions:
amq-broker-rhel8:
name: amq-broker-rhel8
namespace: bobbycar
channel: 7.10.x
#csv: amq-broker-operator.v7.9.1-opr-2
amq-streams:
name: amq-streams
namespace: bobbycar
channel: stable
#csv: amqstreams.v2.0.0-0
camelk:
name: red-hat-camel-k
namespace: bobbycar
channel: 1.10.x
#csv: red-hat-camel-k-operator.v1.6.3
datagrid:
name: datagrid
namespace: bobbycar
channel: 8.2.x
#csv: datagrid-operator.v8.2.8
projects:
- bobbycar
- hub
applications:
vault:
name: vault
namespace: vault
project: hub
chart: hashicorp-vault
chartVersion: 0.1.*
golang-external-secrets:
name: golang-external-secrets
namespace: golang-external-secrets
project: hub
chart: golang-external-secrets
chartVersion: 0.1.*
bobbycar-core-infra:
name: bobbycar-core-infra
namespace: bobbycar
project: bobbycar
path: charts/hub/bobbycar-core-infra
extraHubClusterDomainFields:
- ocpDomain
ignoreDifferences:
- kind: KafkaTopic
jsonPointers:
- /spec/config/retention.ms
- /spec/config/segement.bytes
bobbycar-core-apps:
name: bobbycar-core-apps
namespace: bobbycar
project: bobbycar
path: charts/hub/bobbycar-core-apps
extraHubClusterDomainFields:
- ocpDomain
#imperative:
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
# The default schedule is every 10 minutes: imperative.schedule
# Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
# imagePullPolicy is set to always: imperative.imagePullPolicy
# For additional overrides that apply to the jobs, please refer to
# https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
#jobs:
#- name: hello-world
# # ansible playbook to be run
# playbook: common/ansible/playbooks/hello-world/hello-world.yaml
# # per playbook timeout in seconds
# timeout: 234
# # verbosity: "-v"
managedClusterGroups:
region-one:
name: region-one
helmOverrides:
- name: clusterGroup.isHubCluster
value: false
clusterSelector:
matchLabels:
clusterGroup: region-one
# To have apps in multiple flavors, use namespaces and use helm overrides as appropriate
#
# pipelines:
# name: pipelines
# namespace: production
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: stable
# overrides:
# - name: myparam
# value: myparam
#
# pipelines_staging:
# - name: pipelines
# namespace: staging
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: main
#
# Additional applications
# Be sure to include additional resources your apps will require
# +X machines
# +Y RAM
# +Z CPU
# vendor-app:
# name: vendor-app
# namespace: default
# project: vendor
# path: path/to/myapp
# repoURL: https://github.com/vendor/applications.git
# targetRevision: main
# managedSites:
# factory:
# name: factory
# # repoURL: https://github.com/dagger-refuse-cool/manuela-factory.git
# targetRevision: main
# path: applications/factory
# helmOverrides:
# - name: site.isHubCluster
# value: false
# clusterSelector:
# matchExpressions:
# - key: vendor
# operator: In
# values:
# - OpenShift