You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Everyone,
I have question regarding server side diff strategies in ArgoCD.
I have enabled the Serverside diff and mutationwebhook for my application.
I can see some plain text I injected using mutationwebhook seems to work, but not for the secret (i.e. base64ed one)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Everyone,
I have question regarding server side diff strategies in ArgoCD.
I have enabled the Serverside diff and mutationwebhook for my application.
I can see some plain text I injected using mutationwebhook seems to work, but not for the secret (i.e. base64ed one)
metadata:
annotations:
argocd.argoproj.io/compare-options: ServerSideDiff=true,IncludeMutationWebhook=true
...
Wondering does this also support base64 encoded changes? I noticed this feature is beta so would that be some edge cases to be supported?
Beta Was this translation helpful? Give feedback.
All reactions