From d970e9f200a742c2a281ddf8705669a4746c9e81 Mon Sep 17 00:00:00 2001 From: Anthony Gallo Date: Tue, 28 Dec 2021 21:28:07 -0500 Subject: [PATCH] Update tutorial.md --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index a88ef1e25..00aefacbd 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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 \