-
Notifications
You must be signed in to change notification settings - Fork 89
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
argocd_project: adding role fails for existing project #51
Comments
Hello @michalformanek, the fix should be included in the next release soon (0.5.0), let me know if that fixes it for you as I could not add acceptance test for this particular flow. |
Hi @oboukili, we tried latest release and now we are getting different error - Error: missing expected [ Our resource looks like this:
Are there any breaking changes in latest release, except for the orphaned_resources parameter? |
There shouldn’t be. Are you using v1.1.0? |
Ahh, okay, it seems like I just need to clean up my state - after that, everything works flawlessly Thank you so much for the original fix! 😄
|
Thanks for reporting that issue, I will try and make a bugfix release to take care of the schema migration caused by that breaking change. Sorry for the inconvenience! |
It is posible to create roles for new project, however when I try to add role to existing project, I get error:
Error: role 'testrole' does not exist in project 'testproject'
I am using argocd 1.8.2 with provider version 0.4.8
The text was updated successfully, but these errors were encountered: