-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathvalues-hub.yaml
More file actions
88 lines (88 loc) · 2.39 KB
/
values-hub.yaml
File metadata and controls
88 lines (88 loc) · 2.39 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
clusterGroup:
name: hub
isHubCluster: true
namespaces:
- ansible-edge-gitops
- vault
- golang-external-secrets
- ansible-automation-platform
- openshift-cnv
- openshift-storage
- edge-gitops-vms
- aap-config
projects:
- hub
subscriptions:
aap-operator:
name: ansible-automation-platform-operator
namespace: ansible-automation-platform
channel: stable-2.5
openshift-data-foundation:
name: odf-operator
namespace: openshift-storage
openshift-virtualization:
name: kubevirt-hyperconverged
namespace: openshift-cnv
channel: stable
applications:
aap:
name: ansible-automation-platform
namespace: ansible-automation-platform
project: hub
chart: ansible-automation-platform-instance
chartVersion: 0.1.*
aap-config:
name: aap-config
namespace: aap-config
project: hub
chart: aap-config
chartVersion: 0.1.*
extraValueFiles:
- $patternref/overrides/values-aap-config-aeg.yaml
overrides:
- name: configJob.image
value: quay.io/validatedpatterns/utility-container:v1.0.2
edge-gitops-vms:
name: edge-gitops-vms
namespace: edge-gitops-vms
project: hub
chart: edge-gitops-vms
chartVersion: 0.2.*
extraValueFiles:
- $patternref/overrides/values-egv-vms.yaml
golang-external-secrets:
name: golang-external-secrets
namespace: golang-external-secrets
project: hub
chart: golang-external-secrets
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
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'
openshift-cnv:
name: openshift-cnv
namespace: openshift-cnv
project: hub
chart: openshift-virtualization-instance
chartVersion: 0.1.*
vault:
name: vault
namespace: vault
project: hub
chart: hashicorp-vault
chartVersion: 0.1.*
imperative: {}
managedClusterGroups: {}