It does support a `namespace` argument, but it is ...
# general
m
It does support a
namespace
argument, but it is currently up to the Helm chart to respect that setting. Providing a
namespace
argument boils down to passing the
--namespace
flag to
helm
, which sets the
.Release.Namespace
variable when executing the chart's templates. The chart author is responsible for adding the appropriate uses of the
.Release.Namespace
variable.