Helm 3.x fails with Error: must either provide a name or specify –generate-name

If you follow tutorials on using Helm, it might happen that they’re outdated, because they’re targeting Helm 2.x.

Following command for install will fail with error:

The fix is simple. The syntax for helm 3.x is following:

Just remove -n. The command will look like this: