projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

When Contour removes Gateway Name/Namespace from configuration, operator should stop using it #411

Closed sunjayBhatia closed 3 years ago

sunjayBhatia commented 3 years ago

Once https://github.com/projectcontour/contour/pull/3881 is merged, the Operator should no longer configure a Gateway name/namespace in the Contour configmap

sunjayBhatia commented 3 years ago

Now that I think about it, might be required to move this to 1.19 so we don't re-break the operator/contour

right now it works ok having multiple contours b/c we're still passing the gateway name/namespace so a contour reconciles a single gateway

skriss commented 3 years ago

Closed by #422 (@sunjayBhatia feel free to reopen if there was anything else to do here)