Skip to content

Read namespace from MY_POD_NAMESPACE value instead of request.Namespace when handling handler's configmap or deployment

When fetching/updating handler's configmap or deployment we currently use Namespace value from request.Namespace

This is the namespace of the ingress getting reconciled and we should use the namespace where the controller and other lemon component lives instead

Merge request reports