fix: enable cleanup on failure by default

This commit is contained in:
gmega 2025-02-03 15:46:26 -03:00
parent f01dab84f0
commit 99992d2e7e
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -27,7 +27,7 @@ spec:
value: "false"
# If set to false, leaves pods for failed experiments behind so they can be inspected.
- name: cleanupOnFailure
value: "false"
value: "true"
# If set to false, does not parse/upload logs at the end of the experiment.
- name: parseLogs
value: "true"