Fix image used by sleep sample (doesn't use istio/istio sleep) (#9830)

This commit is contained in:
Eric Van Norman 2021-05-21 16:01:12 -05:00 committed by GitHub
parent 317f91c336
commit 22c1956465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -126,8 +126,8 @@ you will apply a rule to mirror a portion of traffic to `v2`.
spec:
containers:
- name: sleep
image: tutum/curl
command: ["/bin/sleep","infinity"]
image: curlimages/curl
command: ["/bin/sleep","3650d"]
imagePullPolicy: IfNotPresent
EOF
{{< /text >}}

View File

@ -112,8 +112,8 @@ spec:
spec:
containers:
- name: sleep
image: tutum/curl
command: ["/bin/sleep","infinity"]
image: curlimages/curl
command: ["/bin/sleep","3650d"]
imagePullPolicy: IfNotPresent
EOF
}