forked from validatedpatterns/multicloud-gitops
-
Notifications
You must be signed in to change notification settings - Fork 1
/
values-hub.yaml
122 lines (112 loc) · 2.89 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
clusterGroup:
name: hub
isHubCluster: true
namespaces:
- open-cluster-management
- vault
- golang-external-secrets
- config-demo
subscriptions:
- name: advanced-cluster-management
namespace: open-cluster-management
channel: release-2.4
csv: advanced-cluster-management.v2.4.1
projects:
- hub
- config-demo
- golang-external-secrets
applications:
- name: acm
namespace: open-cluster-management
project: hub
path: common/acm
ignoreDifferences:
- group: internal.open-cluster-management.io
kind: ManagedClusterInfo
jsonPointers:
- /spec/loggingCA
- name: vault
namespace: vault
project: hub
chart: vault
repoURL: https://helm.releases.hashicorp.com
targetRevision: v0.19.0
overrides:
- name: global.openshift
value: "true"
- name: injector.enabled
value: "false"
- name: ui.enabled
value: "true"
- name: ui.serviceType
value: LoadBalancer
- name: server.route.enabled
value: "true"
- name: server.route.host
value: null
- name: server.route.tls.termination
value: edge
- name: server.image.repository
value: "registry.connect.redhat.com/hashicorp/vault"
- name: server.image.tag
value: "1.9.2-ubi"
- name: golang-external-secrets
namespace: golang-external-secrets
project: golang-external-secrets
path: charts/hub/golang-external-secrets
- name: config-demo
namespace: config-demo
project: config-demo
path: charts/all/config-demo
managedClusterGroups:
- 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
#
# - name: pipelines
# namespace: production
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: stable
# overrides:
# - name: myparam
# value: myparam
#
# - 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
# - name: vendor-app
# namespace: default
# project: vendor
# path: path/to/myapp
# repoURL: https://github.com/vendor/applications.git
# targetRevision: main
# managedSites:
# - 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