mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 18:45:18 +01:00
Adding support for Helm 3 introduced creating namespaces because Helm does not do this automatically anymore. However, a regression was introduced that always creates namespaces, even if a dedicated namespace is provided via CLI flag. Signed-off-by: Reinhard Naegele <unguiculus@gmail.com> * Fix statefulset test Signed-off-by: Reinhard Naegele <unguiculus@gmail.com> * Fix deployment apiVersion Signed-off-by: Reinhard Naegele <unguiculus@gmail.com> * Create custom namespace before test Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>