We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: Using the provider, it is not possible to define a policy with actions such as:
delete/*/Pod/*/*
delete/*/ReplicaSet/*/*
However, according to the documentation, it should be possible to define actions in this format.
Terraform version: Terraform v1.9.6 ArgoCD provider version: 7.1.0 ArgoCD version: v2.13.1
The provider should allow defining policies with actions as described in the documentation.
The actions mentioned above cannot be defined using the provider.
The text was updated successfully, but these errors were encountered:
PR
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description:
Using the provider, it is not possible to define a policy with actions such as:
delete/*/Pod/*/*
delete/*/ReplicaSet/*/*
However, according to the documentation, it should be possible to define actions in this format.
Terraform Version, ArgoCD Provider Version and ArgoCD Version
Affected Resource(s)
Expected Behavior
The provider should allow defining policies with actions as described in the documentation.
Actual Behavior
The actions mentioned above cannot be defined using the provider.
Community Note
The text was updated successfully, but these errors were encountered: