Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix module reconciler not being able to watch for ConfigMaps error (r…
…h-ecosystem-edge#179) This fix adds the watch permission for ConfigMaps to the Module reconciler, in order to be able to successfully client.Get() the build Dockerfile ConfigMap. This client.Get() fails because the contoller-runtime client reads from its cache, instead of directly from the API server. The client needs the watch permission, in order to be able to build its cache. - kubernetes-sigs/controller-runtime#1156 Signed-off-by: Michail Resvanis <[email protected]> Signed-off-by: Michail Resvanis <[email protected]>
- Loading branch information