diff --git a/episode-03/README.md b/episode-03/README.md index 7ff00a4..3d7c228 100644 --- a/episode-03/README.md +++ b/episode-03/README.md @@ -85,7 +85,7 @@ Once you create the secret, you need to modify the `hello-go` deployment to make So edit the deployment with: - kubectl edit depolyment hello-go + kubectl edit deployment hello-go And add a new `imagePullSecrets:` section under `spec.template.spec` like so: