kubewarden / kubewarden-controller

Manage admission policies in your Kubernetes cluster with ease
https://kubewarden.io
Apache License 2.0
191 stars 33 forks source link

React to changes done to the `policy-server` ConfigMap #45

Closed flavio closed 3 years ago

flavio commented 3 years ago

The deployment settings of the policy-server Deployment object are stored inside of the policy-server ConfigMap. This ConfigMap is written/updated by the user via helm or even manually.

Unfortunately the current controller does not react to changes done to this ConfigMap.

We want the controller to handle this scenario:

flavio commented 3 years ago

This can be closed, the new architecture we're working on will fix that out of the box