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 001444b commit 4f8973fCopy full SHA for 4f8973f
deploy/utils/setup_benchmarking_resources.sh
@@ -75,7 +75,7 @@ for mf in "$(dirname "$0")/manifests"/*.yaml; do
75
log "Skipping $mf (managed by inject_manifest.py)"
76
continue
77
fi
78
-
+
79
if command -v envsubst >/dev/null 2>&1; then
80
envsubst < "$mf" | kubectl -n "$NAMESPACE" apply -f -
81
else
0 commit comments