Loading src/bin/auto-deploy +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ fi export HELM_DEBUG_FLAGS=() if [[ -n "$AUTO_DEVOPS_DEPLOY_DEBUG" ]]; then export HELM_DEBUG_FLAGS=('--debug' '--log-file helm.log') export HELM_DEBUG_FLAGS=('--debug' '--log-file' 'helm.log') fi function check_kube_domain() { Loading Loading
src/bin/auto-deploy +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ fi export HELM_DEBUG_FLAGS=() if [[ -n "$AUTO_DEVOPS_DEPLOY_DEBUG" ]]; then export HELM_DEBUG_FLAGS=('--debug' '--log-file helm.log') export HELM_DEBUG_FLAGS=('--debug' '--log-file' 'helm.log') fi function check_kube_domain() { Loading