travisghansen / argo-cd-helmfile

Integration between argo-cd and helmfile
MIT License
213 stars 55 forks source link

comment out "set -x" #29

Closed cenkalti closed 1 year ago

cenkalti commented 1 year ago

Fix #28

travisghansen commented 1 year ago

Thanks for bringing the issue up! Maybe we should wrap that in a env var so it can still be enabled? I’m afraid sometimes the real issue isn’t overly clear without it and it may be helpful to have the option.

DEBUG=1 or something.

cenkalti commented 1 year ago

Wrapped in DEBUG=1 check. Can you take a look again?