Unverified Commit b60132c2 authored by atchernych's avatar atchernych Committed by GitHub
Browse files

fix: add -R flag to recurse into subdir for gaie recipe (#4260)


Signed-off-by: default avatarAnna Tchernych <atchernych@nvidia.com>
parent a38319e6
......@@ -233,7 +233,7 @@ if [[ "$INTEGRATION" == "gaie" ]]; then
# run gaie checks.
SCRIPT_DIR="$(cd -- "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
"${SCRIPT_DIR}/gaie_checks.sh"
kubectl apply -f "$DEPLOY_PATH/gaie/k8s-manifests" -n "$NAMESPACE"
$DRY_RUN kubectl apply -R -f "$DEPLOY_PATH/gaie/k8s-manifests" -n "$NAMESPACE"
# For now do not run the benchmark
exit
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment