Skip to content

Commit

Permalink
fix for --pull-policy flag in kim blog post
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <[email protected]>
  • Loading branch information
developer-guy authored and alexellis committed May 13, 2021
1 parent c57a1f5 commit 852577b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2021-05-12-kim.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Now install OpenFaaS and set the image pull policy for functions to "IfNotPresen

```bash
arkade install openfaas \
--pull-policy IfNotPresent
--set faasnetes.imagePullPolicy=IfNotPresent
```

Run the commands given to you to start port-forwarding the OpenFaaS gateway and to log in. If you forget the commands just type `arkade info openfaas` to get them back again.
Expand Down

0 comments on commit 852577b

Please sign in to comment.