We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c90fec commit 051f87aCopy full SHA for 051f87a
scripts/e2e_local.sh
@@ -48,7 +48,7 @@ if [[ "${build}" == "true" ]]; then
48
docker push "${bundle_image}"
49
fi
50
51
-kubectl apply -f deploy/crds
+kustomize build --load-restrictor LoadRestrictionsNone deploy/crds | kubectl apply -f -
52
53
export MCLI_OPS_MANAGER_URL="${MCLI_OPS_MANAGER_URL:-https://cloud-qa.mongodb.com/}"
54
export MCLI_PUBLIC_API_KEY="${MCLI_PUBLIC_API_KEY:-$public_key}"
0 commit comments