diff --git a/deployment/bin/deploy b/deployment/bin/deploy index 709b931d..6dac0303 100755 --- a/deployment/bin/deploy +++ b/deployment/bin/deploy @@ -171,7 +171,8 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then --kube-context "${KUBE_CONTEXT}" \ --wait \ --timeout 2m0s \ - -f ${DEPLOY_VALUES_FILE} + -f ${DEPLOY_VALUES_FILE} \ + --force echo "==================" echo "==== Ingress ====="