Skip to content

Commit 051f87a

Browse files
committed
Ensure e2e local script installs CRDs properly
Signed-off-by: jose.vazquez <[email protected]>
1 parent 7c90fec commit 051f87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/e2e_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [[ "${build}" == "true" ]]; then
4848
docker push "${bundle_image}"
4949
fi
5050

51-
kubectl apply -f deploy/crds
51+
kustomize build --load-restrictor LoadRestrictionsNone deploy/crds | kubectl apply -f -
5252

5353
export MCLI_OPS_MANAGER_URL="${MCLI_OPS_MANAGER_URL:-https://cloud-qa.mongodb.com/}"
5454
export MCLI_PUBLIC_API_KEY="${MCLI_PUBLIC_API_KEY:-$public_key}"

0 commit comments

Comments
 (0)