Skip to content

Commit

Permalink
Fix oslat execution
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Sep 2, 2021
1 parent 15bba07 commit abc48ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/oslat/templates/oslatjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ spec:
image: {{ workload_args.image | default('quay.io/cloud-bulldozer/oslat:latest') }}
command: ["/bin/sh", "-c"]
args:
- run_snafu --tool oslat -p /tmp/oslat.sh -u {{ uuid }} --user {{test_user | default("ripsaw")}} \
- run_snafu --tool oslat -p /tmp/oslat.sh -u {{ uuid }} --user {{test_user | default("ripsaw")}}
{% if workload_args.debug is defined and workload_args.debug %}
-v \
-v
{% endif %}
;
imagePullPolicy: Always
Expand Down

0 comments on commit abc48ea

Please sign in to comment.