Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis authored Nov 20, 2024
1 parent f3b041e commit db6308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/pro-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ kubectl create secret generic registry-secret \

When you want to authenticate to a private registry, you must either:

* Use `faas-cli registry-login` and the resulting file
* Use `faas-cli registry-login`, to create a file in the `.credentials` folder of the current working directory
* Or, turn off the credential store for Docker Desktop, delete `~/docker/config.json` and then run: `docker login` and enter your credentials.

And remember to delete any existing secret from the cluster first: `kubectl delete secret registry-secret -n openfaas`.
Expand Down

0 comments on commit db6308d

Please sign in to comment.