Project

General

Profile

action #123511

Updated by ilausuch over 1 year ago

## Motivation 

 Sometimes helm tests doesn't cleanup the namespace 

 e.g. in google 

 ``` 
 NAME                 STATUS     AGE 
 helm-ns-1            Active     102d 
 helm-ns-10           Active     79d 
 helm-ns-10329748     Active     5d22h 
 helm-ns-11           Active     79d 
 helm-ns-19463        Active     79d 
 helm-ns-19464        Active     79d 
 helm-ns-2            Active     79d 
 helm-ns-22           Active     73d 
 helm-ns-3            Active     79d 
 helm-ns-394          Active     172d 
 helm-ns-395          Active     172d 
 helm-ns-396          Active     172d 
 helm-ns-397          Active     172d 
 helm-ns-398          Active     172d 
 helm-ns-4            Active     79d 
 helm-ns-5            Active     79d 
 helm-ns-50           Active     73d 
 helm-ns-6            Active     79d 
 helm-ns-7            Active     79d 
 helm-test1           Active     108d 
 ``` 

 ## Acceptance Criteria 
 * [ ] Check if is possible to fix Fix the code to clean up the namespace properly. 
 * [ ] If is not possible to be sure, use the pcw to clean up these namespaces.

Back