Skip to content

Commit

Permalink
Merge pull request #45 from spinkube/fix/spin-shim-executor
Browse files Browse the repository at this point in the history
Quickstart: Use `spin-shim-executor.yaml` instead of `shim-executor.yaml`
  • Loading branch information
tpmccallum committed Mar 4, 2024
2 parents 673cc27 + 3cb3c82 commit 30df296
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 30df296

Please sign in to comment.