We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b041e commit db6308dCopy full SHA for db6308d
chart/pro-builder/README.md
@@ -46,7 +46,7 @@ kubectl create secret generic registry-secret \
46
47
When you want to authenticate to a private registry, you must either:
48
49
-* 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
50
* Or, turn off the credential store for Docker Desktop, delete `~/docker/config.json` and then run: `docker login` and enter your credentials.
51
52
And remember to delete any existing secret from the cluster first: `kubectl delete secret registry-secret -n openfaas`.
0 commit comments