Skip to content

Commit 0b1bde8

Browse files
committed
Update faas-cli image
Using latest is going to be more useful for the faas-cli image Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 700c543 commit 0b1bde8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/reference/cron.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ spec:
147147
spec:
148148
containers:
149149
- name: openfaas-cli
150-
image: openfaas/faas-cli:0.8.3
150+
image: openfaas/faas-cli:latest
151151
env:
152152
- name: USERNAME
153153
valueFrom:
@@ -159,8 +159,9 @@ spec:
159159
secretKeyRef:
160160
name: basic-auth
161161
key: basic-auth-password
162-
args:
162+
command:
163163
- /bin/sh
164+
args:
164165
- -c
165166
- echo -n $PASSWORD | faas-cli login -g http://gateway.openfaas:8080 -u $USERNAME --password-stdin
166167
- echo "verbose" | faas-cli invoke nodeinfo -g http://gateway.openfaas:8080

0 commit comments

Comments
 (0)