k3s-io / helm-controller

Apache License 2.0
391 stars 85 forks source link

Add create-namespace support #194

Closed brandond closed 1 year ago

brandond commented 1 year ago

This also fixes the tests to ensure that charts are deleted at the end of each context; previously it would leave the test cluster dirty as the HelmChart resources were left behind at the end of each tests, preventing the test namespace from deleting properly.

Linked Issues