diff --git a/helm-toolkit/templates/scripts/_rally_test.sh.tpl b/helm-toolkit/templates/scripts/_rally_test.sh.tpl index 5c0d01c0f..6d44496d6 100644 --- a/helm-toolkit/templates/scripts/_rally_test.sh.tpl +++ b/helm-toolkit/templates/scripts/_rally_test.sh.tpl @@ -84,5 +84,6 @@ rally verify delete-verifier --id "${RALLY_ENV_NAME}-tempest" --force rally task validate /etc/rally/rally_tests.yaml rally task start /etc/rally/rally_tests.yaml rally task sla-check +rally env cleanup rally deployment destroy --deployment "${RALLY_ENV_NAME}" {{- end }}