We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700c543 commit 0b1bde8Copy full SHA for 0b1bde8
1 file changed
docs/reference/cron.md
@@ -147,7 +147,7 @@ spec:
147
spec:
148
containers:
149
- name: openfaas-cli
150
- image: openfaas/faas-cli:0.8.3
+ image: openfaas/faas-cli:latest
151
env:
152
- name: USERNAME
153
valueFrom:
@@ -159,8 +159,9 @@ spec:
159
secretKeyRef:
160
name: basic-auth
161
key: basic-auth-password
162
- args:
+ command:
163
- /bin/sh
164
+ args:
165
- -c
166
- echo -n $PASSWORD | faas-cli login -g http://gateway.openfaas:8080 -u $USERNAME --password-stdin
167
- echo "verbose" | faas-cli invoke nodeinfo -g http://gateway.openfaas:8080
0 commit comments