Skip to content

Commit

Permalink
Merge pull request #909 from Routedworld/patch-1
Browse files Browse the repository at this point in the history
Update tutorial.md
  • Loading branch information
tomkennedy513 authored Jan 19, 2022
2 parents 9c150c7 + 24b82b2 commit 783820c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This tutorial will walk through creating a kpack [builder](builder.md) resource
### Tutorial
1. Create a secret with push credentials for the docker registry that you plan on publishing OCI images to with kpack.

The easiest way to do that is with `kubectl secret create docker-registry`
The easiest way to do that is with `kubectl create secret docker-registry`

```bash
kubectl create secret docker-registry tutorial-registry-credentials \
Expand Down

0 comments on commit 783820c

Please sign in to comment.