Skip to content
Docs Try Aspire
Docs Try

HelmChartOptions.withNamespace

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface HelmChartOptions {
// ... omitted for brevity
withNamespace(namespace: ParameterResource): HelmChartOptions;
}

Signature

method withNamespace
Sets the target Kubernetes namespace for deployment.
withNamespace(namespace: ParameterResource): HelmChartOptions
namespace ParameterResource
HelmChartOptions

Defined on

This method is defined on the following type: