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
I don't think this is related to ServerSideDiff. Argo CD doesn't support Helm lookups (i.e. Helm's --dry-run=server. ServerSideDiff uses the Kubernetes API's server-side dry run feature, not Helm's.
This looks like a Helm question, not specific to ArgoCD, if I understand correctly that the manifest with an empty host is the generated one which ArgoCD reads.
Checklist:
argocd version
.Describe the bug
I set annotation argocd.argoproj.io/compare-options=ServerSideDiff=true
Here's helm template sample:
which does work correctly with --dry-run=server using helm command
Template:
results into:
Version
1.12.6
The text was updated successfully, but these errors were encountered: