Skip to content
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

Selective sync not working properly #5125

Closed
3 tasks done
mnacharov opened this issue Dec 25, 2020 · 0 comments · Fixed by #5625
Closed
3 tasks done

Selective sync not working properly #5125

mnacharov opened this issue Dec 25, 2020 · 0 comments · Fixed by #5625
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements

Comments

@mnacharov
Copy link

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

Selective sync out of sync button not working properly in apps with request hooks

To Reproduce

minimal specs here: https://gist.github.com/4649635349218ea74ff149ccd10400fb.git

  • create app & sync
  • change something in second.Deployment.yaml
  • refresh argocd app (goes to OutOfSync state)
  • Click Sync
  • Click out-of-sync in popup
  • third.Deployment will be chosen (synced state)

Expected behavior

Selects all and only OutOfSync resources

Screenshots

Снимок экрана 2020-12-25 в 14 55 04

Снимок экрана 2020-12-25 в 14 55 09

Version

argocd: v1.8.1+c2547dc
  BuildDate: 2020-12-10T03:00:31Z
  GitCommit: c2547dca95437fdbb4d1e984b0592e6b9110d37f
  GitTreeState: clean
  GoVersion: go1.14.12
  Compiler: gc
  Platform: darwin/amd64
argocd-server: v1.8.1+c2547dc
  BuildDate: 2020-12-10T02:59:21Z
  GitCommit: c2547dca95437fdbb4d1e984b0592e6b9110d37f
  GitTreeState: clean
  GoVersion: go1.14.12
  Compiler: gc
  Platform: linux/amd64
  Ksonnet Version: v0.13.1
  Kustomize Version: v3.8.1 2020-07-16T00:58:46Z
  Helm Version: v3.4.1+gc4e7485
  Kubectl Version: v1.17.8
  Jsonnet Version: v0.17.0
@mnacharov mnacharov added the bug Something isn't working label Dec 25, 2020
@jessesuen jessesuen added the component:ui User interfaces bugs and enhancements label Jan 4, 2021
mnacharov pushed a commit to mnacharov/argo-cd that referenced this issue Feb 26, 2021
Fixes argoproj#5125

Signed-off-by: Mikhail Vladimirovich Nacharov <author@mnacharov.ru>
alexmt pushed a commit that referenced this issue Mar 9, 2021
Fixes #5125

Signed-off-by: Mikhail Vladimirovich Nacharov <author@mnacharov.ru>
shubhamagarwal19 pushed a commit to shubhamagarwal19/argo-cd that referenced this issue Apr 15, 2021
Fixes argoproj#5125

Signed-off-by: Mikhail Vladimirovich Nacharov <author@mnacharov.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants