How to add option to display resource hooks in managed resources #6083
Unanswered
TomeHirata
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now I work on this PR (#6030) to add a way to display the diff of resource hooks.
In current status, it can display diff when
argocd app diff
command is run with "--local" or "--revision" flags.However when comparing live status and target manifest, it cannot display diff of resource hooks because the managed resources obtained by gRPC don't contain resource hooks.
How can I add option to display resource hooks in managed resources? or no needs to display diff of managed resources when comparing live status and target manifest?
Beta Was this translation helpful? Give feedback.
All reactions