From 4d40f645a29e5c4bc1ba69a686acd343a397e27b Mon Sep 17 00:00:00 2001 From: Jaana Dogan Date: Mon, 15 Jun 2026 22:42:43 -0700 Subject: [PATCH] docs: update actor template name in wait command example --- internal/manifests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/manifests/README.md b/internal/manifests/README.md index 65bef2b..23805b0 100644 --- a/internal/manifests/README.md +++ b/internal/manifests/README.md @@ -82,7 +82,7 @@ export KO_DEFAULTPLATFORMS="linux/amd64" Wait until the templates are ready: ```bash -kubectl wait --for=condition=Ready actortemplate/antigravity-template -n ax --timeout=5m +kubectl wait --for=condition=Ready actortemplate/ax-harness-template -n ax --timeout=5m ``` ### 2. Port-Forward Services