Skip to content

Commit

Permalink
Add cluster-cloud-controller-manager-operator to cvo override list
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar committed Aug 16, 2021
1 parent 8748f41 commit de127b4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cvo-overrides-after-first-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,14 @@
name: etcd-quorum-guard
namespace: openshift-etcd
unmanaged: true
- kind: Deployment
group: apps/v1
name: cluster-cloud-controller-manager-operator
namespace: openshift-cloud-controller-manager-operator
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io/v1
name: cloud-controller-manager
namespace: ""
unmanaged: true

10 changes: 10 additions & 0 deletions cvo-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,13 @@ spec:
name: csi-snapshot-controller
namespace: ""
unmanaged: true
- kind: Deployment
group: apps/v1
name: cluster-cloud-controller-manager-operator
namespace: openshift-cloud-controller-manager-operator
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io/v1
name: cloud-controller-manager
namespace: ""
unmanaged: true

0 comments on commit de127b4

Please sign in to comment.