You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling argocd appset generate on applicationSet that use cluster generator cause the command to fail with missing clusterrole
> argocd appset generate appset.yaml
FATA[0000] rpc error: code = PermissionDenied desc = unable to generate Applications of ApplicationSet: error generating applications: error getting param sets from generators: error getting params from generator 1 of 4: child generator returned an error on parameter generation: error getting cluster secrets: secrets is forbidden: User "system:serviceaccount:argocd:argocd-server" cannot list resource "secrets" in API group "" at the cluster scope
Checklist:
argocd version
.Describe the bug
Calling
argocd appset generate
on applicationSet that use cluster generator cause the command to fail with missing clusterroleTo Reproduce
Create appset that use cluster generator. e.g.
Expected behavior
argocd appset generate
should be successfulVersion
The text was updated successfully, but these errors were encountered: