-
Notifications
You must be signed in to change notification settings - Fork 50
/
cvo-overrides.yaml
43 lines (42 loc) · 1.06 KB
/
cvo-overrides.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
spec:
overrides:
- kind: Deployment
group: apps
name: cluster-monitoring-operator
namespace: openshift-monitoring
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: monitoring
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cloud-credential-operator
namespace: openshift-cloud-credential-operator
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: cloud-credential
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cluster-autoscaler-operator
namespace: openshift-machine-api
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: cluster-autoscaler
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cluster-cloud-controller-manager-operator
namespace: openshift-cloud-controller-manager-operator
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: cloud-controller-manager
namespace: ""
unmanaged: true