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 ee4d28e commit 3b4a9d6Copy full SHA for 3b4a9d6
recipes/run.sh
@@ -233,7 +233,7 @@ if [[ "$INTEGRATION" == "gaie" ]]; then
233
# run gaie checks.
234
SCRIPT_DIR="$(cd -- "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
235
"${SCRIPT_DIR}/gaie_checks.sh"
236
- kubectl apply -f "$DEPLOY_PATH/gaie/k8s-manifests" -n "$NAMESPACE"
+ $DRY_RUN kubectl apply -R -f "$DEPLOY_PATH/gaie/k8s-manifests" -n "$NAMESPACE"
237
# For now do not run the benchmark
238
exit
239
fi
0 commit comments