From 3cb3c821f892681e807a170df603be44520b6ecd Mon Sep 17 00:00:00 2001 From: Thorsten Hans Date: Mon, 4 Mar 2024 10:40:10 +0100 Subject: [PATCH] fix: use spin-shim-executor.yaml instead of shim-executor.yaml The corresponding file has been renamed in spin-operator Signed-off-by: Thorsten Hans --- content/en/docs/spin-operator/quickstart/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/spin-operator/quickstart/_index.md b/content/en/docs/spin-operator/quickstart/_index.md index 09c7493..c979457 100644 --- a/content/en/docs/spin-operator/quickstart/_index.md +++ b/content/en/docs/spin-operator/quickstart/_index.md @@ -84,7 +84,7 @@ make deploy IMG=ghcr.io/spinkube/spin-operator:dev Lastly, create the shim executor: ```console -kubectl apply -f config/samples/shim-executor.yaml +kubectl apply -f config/samples/spin-shim-executor.yaml ``` ## Run the Sample Application