Skip to content
DocsTry Aspire
DocsTry

withHelmStringValue

Method
📦 CommunityToolkit.Aspire.Hosting.Kind v13.5.1-beta.736
interface KindHelmChartResource {
// ... omitted for brevity
withHelmStringValue(
key: string,
value: string): KindHelmChartResource;
}

Signature

methodwithHelmStringValuebuilder
Sets a Helm value while preserving it as a string (maps to `helm install --set-string key=value`).
withHelmStringValue(
key: string,
value: string): KindHelmChartResource
keystring
valuestring
KindHelmChartResource

Applies to

This method applies to the following types: