Skip to content

Commit

Permalink
[azservicebus/stress] Make sure you always pull the latest stress tes…
Browse files Browse the repository at this point in the history
…t image #16955

Make sure we always pull the stress test image.

Without this you'll end up in a situation where, if you're repeatedly testing, you end up running the last cached image, which is probably never what you want.
  • Loading branch information
richardpark-msft authored Feb 1, 2022
1 parent cbb3eb5 commit f55e882
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
# az acr list -g rg-stress-cluster-test --subscription "Azure SDK Developer Playground" --query "[0].loginServer"
image: {{ .Values.image }}
command: ['/app/stress']
imagePullPolicy: Always
args:
- "tests"
# (this is injected automatically. The full list of scenarios is in `../values.yaml`)
Expand Down

0 comments on commit f55e882

Please sign in to comment.