Skip to content

Commit 6bac006

Browse files
committed
Update chart instructions
Fixes openfaas#338 via @feynmanliang - minor improvement to copy/paste experience of setting up OpenFaaS via helm chart. Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent 05fad39 commit 6bac006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/openfaas/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export OPENFAAS_URL=http://...
8080
Now log in:
8181

8282
``` bash
83-
echo -n $PASSWORD | faas-cli login -g http://$OPENFAAS_URL -u admin --password-stdin
83+
echo -n $PASSWORD | faas-cli login -g $OPENFAAS_URL -u admin --password-stdin
8484
```
8585

8686
## OpenFaaS Operator / CRD controller

0 commit comments

Comments
 (0)