K3sClusterResource.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
HelmReleaseResourceDefined on
This method is defined on the following type: