This repository was archived by the owner on Sep 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues-datacenter.yaml
More file actions
91 lines (82 loc) · 2.04 KB
/
values-datacenter.yaml
File metadata and controls
91 lines (82 loc) · 2.04 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
90
global:
valuesDirectoryURL: https://github.com/dagger-refuse-cool/edge-gitops/raw/main/
options:
useCSV: False
syncPolicy: Automatic
installPlanApproval: Automatic
site:
name: datacenter
proposedOptions:
manageGitops: True
isHubCluster: True
namespaces:
- open-cluster-management
subscriptions:
- name: advanced-cluster-management
namespace: open-cluster-management
source: redhat-operators
channel: release-2.3
csv: v2.3.2
projects:
- datacenter
applications:
- name: acm
namespace: open-cluster-management
project: datacenter
path: common/acm
- name: odh
namespace: open-cluster-management
project: datacenter
path: charts/opendatahub
kustomize: True
- name: pipelines
namespace: manuela-ci
project: datacenter
path: charts/opendatahub
plugin:
name: helm-with-kustomize
#
# 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