Skip to content

Commit 548159c

Browse files
committed
chore: print debug only when wanted
1 parent fe5a3b8 commit 548159c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

argocd-helmfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
# KUBE_API_VERSIONS="v1,apps/v1,..."
1313

1414
set -e
15-
set -x
15+
16+
if [ "${ARGOCD_CMP_HELMFILE_DEBUG}" == "true" ] ; then
17+
set -x
18+
fi
1619

1720
cleanup() {
1821
if [[ "${ARGOCD_ENV_ADDITIONAL_VALUES}" ]] ; then

0 commit comments

Comments
 (0)