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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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