Appproj annotation not modified in `argocd proj create --update -f my-proj-file.yaml #21317
Open
3 tasks done
Labels
bug
Something isn't working
component:cli
Affects the Argo CD CLI
component:multi-tenancy
Features related to app projects
version:EOL
Latest confirmed affected version has reached EOL
Checklist:
argocd version
.Describe the bug
I've created a project using the following command:
Where
my-proj.yaml
includes annotations for slack notifications subscriptions.A few moments later I wanted to update the project deceleration both in
spec
content but also the name of the target slack channels names and I ran the following command:The command exited successfully but I noticed that slack notifications are still arriving to the old channel. When I examined the project's live object I've noticed that the spec content has changed as expected but the annotations for the notifications subscriptions didn't change at all.
To Reproduce
--upsert
flagExpected behavior
The live project manifest will include the annotations according to the new version.
Screenshots
N/A
Version
Logs
N/A
The text was updated successfully, but these errors were encountered: