Replies: 4 comments
-
Did you manage to resolve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
We are facing the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Still an issue in
|
Beta Was this translation helpful? Give feedback.
0 replies
-
same error :/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
Asking about a simple problem, I'm seeing with running
argocd diff
.I'm trying to get a diff like this:
argocd app diff argocd/MY_APP --local "$PWD" --grpc-web --logformat json --loglevel error --refresh
This command works fine and I get a nice diff output.
However, it seems that this approach is being deprecated in favour of running the command with
--server-side-generate
. But after adjusting the command like so:argocd app diff argocd/MY_APP --local "$PWD" --grpc-web --logformat json --loglevel error --server-side-generate --refresh
It constantly gives me the following error
So, does anyone have any experience with this and/or knows how to work around this issue?
Version information
Thanks
Beta Was this translation helpful? Give feedback.
All reactions