Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add secret and services to controller rbac
While trying to run kuttl tests in [1], we get an error [2] stating that the watcher controller does not have access to secrets. This change adds the required kubebuilder annotations for secrets in the watcher controller. Similarly, we are also missing access to services [3]. [1] #14 [2] https://logserver.rdoproject.org/14/14/693d9a4c2c6b2630ef004bcd34b0bf3076826174/github-check/watcher-operator-kuttl/12efc41/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack-operators/pods/watcher-operator-controller-manager-84c899877f-wjsx8/logs/manager.log # Please enter the commit message for your changes. Lines starting [3] https://logserver.rdoproject.org/14/14/693d9a4c2c6b2630ef004bcd34b0bf3076826174/github-check/watcher-operator-kuttl/1968261/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack-operators/pods/watcher-operator-controller-manager-67dbb9c5d5-t25z6/logs/manager.log
- Loading branch information