-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 app diff
should support application in any namespace.
#13978
Labels
enhancement
New feature or request
Comments
13 tasks
mugioka
added a commit
to mugioka/argo-cd
that referenced
this issue
Jun 9, 2023
Signed-off-by: mugioka <[email protected]> Closes argoproj#13978. Signed-off-by: mugioka <[email protected]>
crenshaw-dev
pushed a commit
that referenced
this issue
Jun 14, 2023
…#13978) (#13980) Closes #13978. Signed-off-by: mugioka <[email protected]>
gcp-cherry-pick-bot bot
pushed a commit
that referenced
this issue
Jun 14, 2023
…#13978) (#13980) Closes #13978. Signed-off-by: mugioka <[email protected]>
gcp-cherry-pick-bot bot
pushed a commit
that referenced
this issue
Jun 14, 2023
…#13978) (#13980) Closes #13978. Signed-off-by: mugioka <[email protected]>
gcp-cherry-pick-bot bot
pushed a commit
that referenced
this issue
Jun 14, 2023
…#13978) (#13980) Closes #13978. Signed-off-by: mugioka <[email protected]>
crenshaw-dev
pushed a commit
that referenced
this issue
Jun 14, 2023
…#13978) (#13980) (#14061) Closes #13978. Signed-off-by: mugioka <[email protected]> Co-authored-by: mugi <[email protected]>
crenshaw-dev
pushed a commit
that referenced
this issue
Jun 14, 2023
…#13978) (#13980) (#14063) Closes #13978. Signed-off-by: mugioka <[email protected]> Co-authored-by: mugi <[email protected]>
crenshaw-dev
pushed a commit
that referenced
this issue
Jun 14, 2023
…#13978) (#13980) (#14062) Closes #13978. Signed-off-by: mugioka <[email protected]> Co-authored-by: mugi <[email protected]>
schakrad
pushed a commit
to schakrad/argo-cd
that referenced
this issue
Jul 24, 2023
…argoproj#13978) (argoproj#13980) (argoproj#14061) Closes argoproj#13978. Signed-off-by: mugioka <[email protected]> Co-authored-by: mugi <[email protected]> Signed-off-by: schakrad <[email protected]>
yyzxw
pushed a commit
to yyzxw/argo-cd
that referenced
this issue
Aug 9, 2023
…argoproj#13978) (argoproj#13980) Closes argoproj#13978. Signed-off-by: mugioka <[email protected]>
tesla59
pushed a commit
to tesla59/argo-cd
that referenced
this issue
Dec 16, 2023
…argoproj#13978) (argoproj#13980) Closes argoproj#13978. Signed-off-by: mugioka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Now
argocd app diff
does not support application in any namespace.I execute
argocd app diff
in app any namespace environment, always returns diff like bellow.This reason is that, created local object for diff does not have correct labels.
I executed bellow command.
Motivation
I use app in any namespace and comment diff(live/local) on GitHub PR, the diff will occur every time and become noise.
Proposal
We should use
app.InstanceName(argoSettings.ControllerNamespace)
instead ofapp.Name
ingroupObjsForDiff
.argo-cd/cmd/argocd/commands/app.go
Line 1038 in 330252d
argo-cd/cmd/argocd/commands/app.go
Line 1047 in 330252d
The text was updated successfully, but these errors were encountered: