-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues-prod.yaml
More file actions
124 lines (118 loc) · 2.99 KB
/
Copy pathvalues-prod.yaml
File metadata and controls
124 lines (118 loc) · 2.99 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
global:
wildcardCertName: cert-manager-ingress-cert
clusterGroup:
name: prod
namespaces:
vault:
external-secrets-operator:
operatorGroup: true
targetNamespaces: []
external-secrets:
openshift-lws-operator:
operatorGroup: true
targetNamespaces:
- openshift-lws-operator
cert-manager-operator:
operatorGroup: true
targetNamespaces: []
# keycloak:
# operatorGroup: true
# targetNamespaces:
# - keycloak
redhat-ods-operator:
operatorGroup: true
targetNamespaces: []
kuadrant-system:
grafana:
openshift-nfd:
nvidia-gpu-operator:
openshift-storage:
operatorGroup: true
targetNamespaces:
- openshift-storage
metallb-system:
operatorGroup: true
targetNamespaces: []
sharedValueFiles:
- /overrides/values-{{ $.Values.global.clusterPlatform }}.yaml
subscriptions:
eso:
name: openshift-external-secrets-operator
namespace: external-secrets-operator
channel: stable-v1
postgres:
name: cloudnative-pg
channel: stable-v1
source: certified-operators
devspaces:
name: devspaces
grafana:
name: grafana-operator
namespace: grafana
channel: v5
source: community-operators
lws:
name: leader-worker-set
channel: stable-v1.0
cert-manager:
name: openshift-cert-manager-operator
channel: stable-v1
# keycloak:
# name: rhbk-operator
# channel: stable-v26.4
kuadrant:
name: rhcl-operator
rhoai:
name: rhods-operator
channel: stable-3.3
nfd:
name: nfd
namespace: openshift-nfd
nvidia:
name: gpu-operator-certified
namespace: nvidia-gpu-operator
source: certified-operators
lvms:
name: lvms-operator
namespace: openshift-storage
metal-lb:
name: metallb-operator
namespace: metallb-system
applications:
openshift-external-secrets:
name: openshift-external-secrets
namespace: external-secrets
chart: openshift-external-secrets
chartVersion: 0.0.*
vault:
name: vault
namespace: vault
chart: hashicorp-vault
chartVersion: 0.1.*
image-registry:
name: image-registry
namespace: openshift-image-registry
path: charts/image-registry
lvms:
name: lvms
namespace: openshift-storage
path: charts/lvms
metal-lb:
name: metal-lb
namespace: metallb-system
path: charts/metal-lb
maas-scaffolding:
name: maas-scaffolding
path: charts/maas-scaffolding
maas-quickstart:
name: maas-quickstart
repoURL: https://github.com/dminnear-rh/maas-code-assistant.git
chartVersion: main
path: charts/maas-code-assistant
extraValueFiles:
- /overrides/maas-quickstart.yaml
imperative:
jobs:
- name: configure-registry-pull-secret
playbook: ansible/playbooks/configure-registry-pull-secret.yml
timeout: 300