Skip to content

Commit

Permalink
Merge pull request #1806 from torredil/ci-test-1823
Browse files Browse the repository at this point in the history
Disable `tolerateAllTaints` on kOps
  • Loading branch information
k8s-ci-robot authored Oct 26, 2023
2 parents 9f3e154 + e280ba3 commit 09466e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ if [[ "${HELM_CT_TEST}" == true ]]; then
set -x
set +e
export KUBECONFIG="${KUBECONFIG}"
${CHART_TESTING_BIN} lint-and-install --config ${PWD}/tests/ct-config.yaml --helm-extra-set-args="--set=image.repository=${IMAGE_NAME},image.tag=${IMAGE_TAG}"
${CHART_TESTING_BIN} lint-and-install --config ${PWD}/tests/ct-config.yaml --helm-extra-set-args="--set=image.repository=${IMAGE_NAME},image.tag=${IMAGE_TAG},node.tolerateAllTaints=false"
TEST_PASSED=$?
set -e
set +x
Expand Down

0 comments on commit 09466e8

Please sign in to comment.