Merge pull request #46 from dglinder/patch-1

Update README.md
This commit is contained in:
Jeff Geerling
2022-11-26 23:00:06 -06:00
committed by GitHub
+1 -1
View File
@@ -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: