addHelmRelease
Method
interface K3sClusterResource { // ... omitted for brevity addHelmRelease( name: string, chart: string, repo?: string, version?: string, namespace?: string): HelmReleaseResource;}Signature
method
addHelmReleasebuilderInstalls a Helm chart into the k3s cluster.
addHelmRelease( name: string, chart: string, repo?: string, version?: string, namespace?: string): HelmReleaseResourceParameters
namestringchartstringrepostringoptionalversionstringoptionalnamespacestringoptional= defaultReturns
HelmReleaseResourceApplies to
This method applies to the following types: