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 7a0c740
Show file tree
Hide file tree
Showing 2 changed files with 29 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
27 changes: 27 additions & 0 deletions terraform.tfvars

Large diffs are not rendered by default.

0 comments on commit 7a0c740

Please sign in to comment.