Open andyli029 opened 2 years ago
Fix the case:
$ helm ls --all --all-namespaces | grep mysql-operator
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
demo mysql-operator 1 2021-12-28 03:24:11.657721954 +0000 UTC uninstalling mysql-operator-0.1.1 latest
$ helm delete demo -n mysql-operator
$ make e2e-local
Ran 1 of 1 Specs in 21.534 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 0 Skipped
If the framework is allowed to automatically delete existing resources, the original resources may not be able to run after the test runs.
I have suggest the release name should be random.
Describe the problem
To Reproduce
1.
Expected behavior
Environment: