-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathvalues-hub.yaml
More file actions
130 lines (114 loc) · 3.02 KB
/
values-hub.yaml
File metadata and controls
130 lines (114 loc) · 3.02 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
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
---
clusterGroup:
name: hub
isHubCluster: true
namespaces:
- vault
- golang-external-secrets
- openshift-cnv
- openshift-storage
- gitops-vms
- openshift-workload-availability:
operatorGroup: true
targetNamespaces:
- openshift-mtv
subscriptions:
openshift-virtualization:
name: kubevirt-hyperconverged
namespace: openshift-cnv
channel: stable
node-health-check:
name: node-healthcheck-operator
namespace: openshift-workload-availability
channel: stable
self-node-remediation:
name: self-node-remediation
namespace: openshift-workload-availability
channel: stable
openshift-data-foundation:
name: odf-operator
namespace: openshift-storage
migration-toolkit-for-virtualization:
name: mtv-operator
namespace: openshift-mtv
channel: release-v2.8
projects:
- hub
imperative:
jobs:
- name: deploy-kubevirt-workers
playbook: ansible/deploy_kubevirt_workers.yml
verbosity: -vvv
- name: clean-golden-images
playbook: ansible/odf_fix_dataimportcrons.yml
verbosity: -vvv
clusterRoleYaml:
- apiGroups:
- "*"
resources:
- machinesets
- persistentvolumeclaims
- datavolumes
- dataimportcrons
- datasources
verbs:
- "*"
- apiGroups:
- "*"
resources:
- "*"
verbs:
- get
- list
- watch
applications:
ensure-openshift-console-plugins:
name: ensure-openshift-console-plugins
namespace: openshift-console
project: hub
chart: ensure-openshift-console-plugins
chartVersion: 0.1.*
extraValueFiles:
- '$patternref/overrides/values-console-plugins.yaml'
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.*
openshift-cnv:
name: openshift-cnv
namespace: openshift-cnv
project: hub
chart: openshift-virtualization-instance
chartVersion: 0.1.*
odf:
name: odf
namespace: openshift-storage
project: hub
chart: openshift-data-foundations
chartVersion: 0.2.*
extraValueFiles:
- '$patternref/overrides/values-odf-chart.yaml'
gitops-vms:
name: gitops-vms
namespace: gitops-vms
project: hub
chart: edge-gitops-vms
chartVersion: 0.2.*
extraValueFiles:
- '$patternref/overrides/values-vsk-vms.yaml'
node-health-check-operator:
name: node-health-check-operator
namespace: openshift-workload-availability
project: hub
chart: node-health-check-operator
chartVersion: 0.1.*
# Only the hub cluster here - managed entities are edge nodes
managedClusterGroups: []