Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix command execution in kuttl assert for case 01
We are defining the command in the TestAssert twice and the second one is just overriding the first one which is never executed. This patch is merging both in just one assignment which is what kuttl tests definition seems to expect.
- Loading branch information