Skip to content

helm delete command doesn't have a namespace flag

Benjamin Montgomery requested to merge (removed):patch-6 into master

What does this MR do?

Changes the example of how to delete the gitlab-runner helm chart. The original version includes a "--namespace <NAMESPACE" int the example. With helm 2.0, this isn't required and the commend will fail.

Why was this MR needed?

This is so the documentation is correct and the example will work as intended.

Are there points in the code the reviewer needs to double check?

No

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

N/A

Merge request reports