This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvalues-qiot-datacenter.yaml
140 lines (126 loc) · 3.59 KB
/
values-qiot-datacenter.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
clusterGroup:
name: qiot-datacenter
isHubCluster: true
proposedOptions:
manageGitops: True
isHubCluster: True
# The framework will create the namespace and the operator group
namespaces:
- manufacturing-dev
- hashicorp
# Use only if you want to exclude an operator group from being created in
# a specified namespace
operatorgroupExcludes:
subscriptions:
# TODO: Allow namespace to be a list
amqstreams-dev:
name: amq-streams
namespace: manufacturing-dev
channel: stable
csv: amqstreams.v2.1.0-6
cert-manager-dev:
name: cert-manager
channel: stable
source: community-operators
csv: cert-manager.v1.9.1
projects:
- qiot-datacenter
applications:
# acm:
# name: acm
# namespace: open-cluster-management
# project: datacenter
# path: common/acm
# ignoreDifferences:
# - group: internal.open-cluster-management.io
# kind: ManagedClusterInfo
# jsonPointers:
# - /spec/loggingCA
ocp-install:
name: ocp-install
namespace: manufacturing-dev
project: qiot-datacenter
path: charts/qiot-datacenter/ocp-install
vault-issuer:
name: vault-issuer
namespace: manufacturing-dev
project: qiot-datacenter
path: charts/qiot-datacenter/issuer
ocp-srv-apps:
name: ocp-srv-apps
namespace: manufacturing-dev
project: qiot-datacenter
path: charts/qiot-datacenter/ocp-srv-install
vault:
name: vault
namespace: hashicorp
project: qiot-datacenter
chart: vault
repoURL: https://hybrid-cloud-patterns.github.io/validated-pattern-charts/
targetRevision: 0.0.13
overrides:
- name: vault.global.openshift
value: "true"
- name: vault.injector.enabled
value: "false"
- name: vault.ui.enabled
value: "true"
- name: vault.ui.serviceType
value: LoadBalancer
- name: vault.server.route.enabled
value: "true"
- name: vault.server.route.host
value: null
- name: vault.server.route.tls.termination
value: edge
- name: vault.server.image.repository
value: "registry.connect.redhat.com/hashicorp/vault"
- name: vault.server.image.tag
value: "1.10.3-ubi"
# 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
# managedClusterGroups:
# factory:
# name: factory
# # repoURL: https://github.com/dagger-refuse-cool/manuela-factory.git
# # targetRevision: main
# helmOverrides:
# # Values must be strings!
# - name: clusterGroup.isHubCluster
# value: "false"
# clusterSelector:
# # matchLabels:
# # clusterGroup: factory
# matchExpressions:
# - key: vendor
# operator: In
# values:
# - OpenShift