-
Notifications
You must be signed in to change notification settings - Fork 39
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
[feature request] Configurable Upsert parameter for Cluster resource #134
Comments
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as |
/fresh |
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as |
/fresh |
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as |
Version 0.8.0 allows declaring an existing cluster without any issue |
What problem are you facing?
Unable to add a cluster that was not initially added to ArgoCD with this Provider. Error is received that the content differs and upsert is not enabled.
https://github.com/crossplane-contrib/provider-argocd/blob/v0.5.0/pkg/controller/cluster/controller.go#L269
How could Crossplane help solve your problem?
Allowing
Upsert
for Cluster resource to be set totrue
should solve this issueThe text was updated successfully, but these errors were encountered: