-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample ArgoCD: List requests fail due resourceName in the RBAC rule #1195
Comments
Easy fix is to get rid of |
I believe this will be fixed by #1119 |
In order for creates to work with a
|
Closing as a duplicate of #1195 |
I'm seeing the following logs from
operator-controller-controller-manager
after applyingconfig/samples/olm_v1alpha1_clusterextension.yaml
.Looking at the manifest I see the following:
operator-controller/config/samples/olm_v1alpha1_clusterextension.yaml
Lines 37 to 48 in 04ee036
Note that we allow
list
here, but we also restrict byresourceNames
.Here is what the documentation says:
The text was updated successfully, but these errors were encountered: