mirror of https://github.com/knative/docs.git
Fix doc bug in builds.md (#187)
This commit is contained in:
parent
98af565b55
commit
969f73f8d9
|
@ -130,7 +130,8 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
steps:
|
steps:
|
||||||
- image: ubuntu
|
- image: ubuntu
|
||||||
args: ["curl https://foo.com > /var/my-volume"]
|
entrypoint: ["bash"]
|
||||||
|
args: ["-c", "curl https://foo.com > /var/my-volume"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: my-volume
|
- name: my-volume
|
||||||
mountPath: /var/my-volume
|
mountPath: /var/my-volume
|
||||||
|
|
Loading…
Reference in New Issue