HelmChartOptions
Class sealed net8.0
Provides options for configuring Helm chart deployment settings on a
KubernetesEnvironmentResource. namespace Aspire.Hosting.Kubernetes;
public sealed class HelmChartOptions{ // ...} 6 members
Remarks
Section titled Remarks This class is used as the configuration callback parameter for
KubernetesEnvironmentExtensions.WithHelm. Each method adds a corresponding annotation to the environment resource. Methods6
Section titled MethodsWithChartVersion(string)ats ignored Sets the Helm chart version for deployment.
WithChartVersion(IResourceBuilder<ParameterResource>)ats ignored Sets the Helm chart version for deployment using a parameter that will be prompted at deploy time.
WithNamespace(string)ats ignored Sets the target Kubernetes namespace for deployment.
WithNamespace(IResourceBuilder<ParameterResource>)ats ignored Sets the target Kubernetes namespace for deployment using a parameter that will be prompted at deploy time.
WithReleaseName(string)ats ignored Sets the Helm release name for deployment.
WithReleaseName(IResourceBuilder<ParameterResource>)ats ignored Sets the Helm release name for deployment using a parameter that will be prompted at deploy time.