CI: Rework chart testing.
This commit is contained in:
parent
5cce6b1273
commit
f18255ca06
1 changed files with 10 additions and 9 deletions
|
@ -106,12 +106,13 @@ if [ "${SKIP_CERT_MANAGER_CREATION:-false}" = "false" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "[dev-env] running helm chart e2e tests..."
|
echo "[dev-env] running helm chart e2e tests..."
|
||||||
docker run --rm --interactive --network host \
|
docker run \
|
||||||
--name ct \
|
--name ct \
|
||||||
--volume $KUBECONFIG:/root/.kube/config \
|
--volume "${KUBECONFIG}:/root/.kube/config:ro" \
|
||||||
--volume "${DIR}/../../":/workdir \
|
--volume "${DIR}/../../:/workdir" \
|
||||||
|
--network host \
|
||||||
--workdir /workdir \
|
--workdir /workdir \
|
||||||
|
--entrypoint ct \
|
||||||
|
--rm \
|
||||||
registry.k8s.io/ingress-nginx/e2e-test-runner:v20240829-2c421762@sha256:5b7809bfe9cbd9cd6bcb8033ca27576ca704f05ce729fe4dcb574810f7a25785 \
|
registry.k8s.io/ingress-nginx/e2e-test-runner:v20240829-2c421762@sha256:5b7809bfe9cbd9cd6bcb8033ca27576ca704f05ce729fe4dcb574810f7a25785 \
|
||||||
ct install \
|
install --charts charts/ingress-nginx
|
||||||
--charts charts/ingress-nginx \
|
|
||||||
--helm-extra-args "--timeout 60s"
|
|
||||||
|
|
Loading…
Reference in a new issue