Vincent Liu

Results 29 comments of Vincent Liu
trafficstars

We have the same issue that needs to do some cleanup after ephemeral argocd application is deleted

i tried to use annotation to prevent sync temporarily at version 2.7.2, but unfortunately it doesn't work ``` argocd.argoproj.io/sync-options: Prune=false argocd.argoproj.io/skip-reconcile: "true"``

but argocd only support http, i would like to use git+ssh

I want the valueFiles to support git over ssh, currently only http+https, i made it works after add id_rsa, but it doesn't full support my initial goal, anyway thanks for...