Skip to content
Docs Try Aspire
Docs Try

withHelmChartNamespace

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
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): KubernetesHelmChartResource
namespace string
KubernetesHelmChartResource

Applies to

This method applies to the following types: