Merge pull request #32524 from my-git9/parallel-processing-expansion

[zh] update parallel-processing-expansion.md
pull/32560/head
Kubernetes Prow Robot 2022-03-27 03:59:21 -07:00 committed by GitHub
commit a5513faded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ spec:
spec:
containers:
- name: c
image: busybox
image: busybox:1.28
command: ["sh", "-c", "echo Processing URL {{ url }} && sleep 5"]
restartPolicy: Never
{% endfor %}