Enable operator deploy via kustomize with out rbac-proxy #670
Closed
Description
opened on Jan 25, 2022
Is your feature request related to a problem? Please describe.
Yes. I'd like to install the operator with out the rbac-proxy. The docs here seem to describe a situation where I should install via kustomize then clobber the freshly created resources with stuff from config. This feels at odds with out kustomize should work and kustomize does not allow one to remove the rbac-proxy side car.
Describe the solution you'd like
I think ideally I'd like to see the rbac-proxy sidecar and required configs to be their own patch that users can optionally include.
Activity