We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac40fc commit 1125cccCopy full SHA for 1125ccc
test/e2e/run_e2e.sh
@@ -27,7 +27,7 @@ kind create cluster --name "${E2E_CLUSTER_NAME}" || true
27
28
echo "2. Installing agent-sandbox..."
29
30
-export AGENT_SANDBOX_VERSION="v0.1.0"
+AGENT_SANDBOX_VERSION="v0.1.0"
31
32
# To install only the core components:
33
kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/${AGENT_SANDBOX_VERSION}/manifest.yaml
0 commit comments