Skip to content

Commit c6a4967

Browse files
committed
fix for --pull-policy flag in kim blog post
Signed-off-by: Batuhan Apaydın <[email protected]>
1 parent 5aa46ea commit c6a4967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-05-12-kim.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Now install OpenFaaS and set the image pull policy for functions to "IfNotPresen
138138

139139
```bash
140140
arkade install openfaas \
141-
--pull-policy IfNotPresent
141+
--set faasnetes.imagePullPolicy=IfNotPresent
142142
```
143143

144144
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.

0 commit comments

Comments
 (0)