Skip to:
Instead of using TEMP_DIR=$(mktemp -d) we should use TEMP_DIR="/tmp/kuttl/ps/${test_name}" and it should be initialized only once in the first step in the test. Previously it was initialized in all TestSteps.
Instead of using TEMP_DIR=$(mktemp -d) we should use TEMP_DIR="/tmp/kuttl/ps/${test_name}" and it should be initialized only once in the first step in the test. Previously it was initialized in all TestSteps.