Skip to content

Commit

Permalink
fix: use spin-shim-executor.yaml instead of shim-executor.yaml
Browse files Browse the repository at this point in the history
The corresponding file has been renamed in spin-operator

Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
  • Loading branch information
ThorstenHans committed Mar 4, 2024
1 parent 95ba54a commit 3cb3c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/spin-operator/quickstart/_index.md
Expand Up @@ -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
Expand Down

0 comments on commit 3cb3c82

Please sign in to comment.