Fix memory of acceptanceTests minikube cluster (#1209)

This commit is contained in:
gadotroee
2022-07-19 12:55:44 +03:00
committed by GitHub
parent efd414a2ed
commit 5525214d0a

View File

@@ -27,7 +27,7 @@ else
fi
echo "Starting minikube..."
minikube start --cpus 2 --memory 6946
minikube start --cpus 2 --memory 6000
echo "Creating mizu tests namespaces"
kubectl create namespace mizu-tests --dry-run=client -o yaml | kubectl apply -f -