Skip to content

fix: We need TILLER_NAMESPACE set and specifying the namespace flag on install

João Alexandre Cunha requested to merge fix/helm2-guard-script into master

What does this MR do?

Fixes the Helm v2 guard utility.

We thought we could get rid of the TILLER_NAMESPACE env var, but that is what actually defines where releases are installed in Helm v2.

We had a false positive in our test, so it was hard to detect it.

Screenshots

Manual QA

Edited by João Alexandre Cunha

Merge request reports