Faixan

Results 4 comments of Faixan

This was due to https://github.com/kubernetes/kubernetes/issues/23404. My Kubernetes secret had a new line and it kept failing due to that. Wonder if we can add feature to strip newline when using...

I have version v4.13.1 and confirm the same behavior. If I remove the depth option then it works fine ` // Clone & forget _, err := git.PlainClone(directory, false, &git.CloneOptions{...

@alexec I think we understood this requirement based on this [comment](https://github.com/argoproj/argo-workflows/pull/6444#pullrequestreview-717434504 ). I don't think we need this since it is meant to support edge cases but I think when...