Skip to content

Commit

Permalink
Re-disable the cluster-ingress-operator
Browse files Browse the repository at this point in the history
Fix the cluster-ingress-operator override to match the
cluster-ingress-operator's new namespace and deployment name[1].

[1] openshift/cluster-ingress-operator#52
  • Loading branch information
ironcladlou committed Oct 19, 2018
1 parent 38fb38e commit 006929a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/asset/manifests/content/bootkube/cvo-overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ overrides:
name: cluster-network-operator
unmanaged: true
- kind: Deployment # this conflicts with tectonic-ingress-controller-operator
namespace: openshift-cluster-ingress-operator
name: cluster-ingress-operator
namespace: openshift-ingress-operator
name: ingress-operator
unmanaged: true
- kind: ServiceAccount # missing run level 0 on the namespace and has 0000_08
namespace: openshift-cluster-dns-operator
Expand Down

0 comments on commit 006929a

Please sign in to comment.