KubernetesHelmChartResource.withHelmChartNamespace
Method
interface KubernetesHelmChartResource { // ... omitted for brevity withHelmChartNamespace(namespace: string): KubernetesHelmChartResource;}Signature
method
withHelmChartNamespace builder Sets the Kubernetes namespace for the Helm chart installation. If not set, the namespace defaults to the chart resource name.
withHelmChartNamespace(namespace: string): KubernetesHelmChartResourceParameters
namespace string Returns
KubernetesHelmChartResource Defined on
This method is defined on the following type: