-
Notifications
You must be signed in to change notification settings - Fork 90
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
Can argocd_application labels be modified? #398
Comments
Forgot to mention that the labels are simple strings that do not contain any special characters. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @ionPr Could you share an example TF code of your application definition? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @mkilchhofer, for example the following helm application uses two labels
The Labels are created correctly initially. But if I want the deploy/update the helm application and change or remove labels like this...
...the label I hope that helps for understanding. Thanks in advance for looking into. |
Question
Hello,
I have deployed a set of argocd_applications and have already set some metadata.labels on them. I am currently trying to use the same code to update the labels but the changes are not picked up. If I delete the existing application and deploy it again the correct new labels are applied.
My question is, is this the expected behavior? I was not able to find any error or significant message in any of the ArgoCD pods.
Thank you!
Terraform Version, ArgoCD Provider Version and ArgoCD Version
The text was updated successfully, but these errors were encountered: