Release
A Release
is an instance of a chart running in a Kubernetes cluster. A Chart
is a Helm package. It contains all the resource definitions necessary to run an application, tool, or service inside a Kubernetes cluster. This resource models a Helm Release as if it were created by the Helm CLI. The underlying implementation embeds Helm as a library to perform the orchestration of the resources. As a result, the full spectrum of Helm features are supported natively.
Example Usage
Local Chart Directory
No Java example available.
Remote Chart
No Java example available.
Set Chart Values
No Java example available.
Deploy Chart into Namespace
No Java example available.
Depend on a Chart resource
No Java example available.
Specify Helm Chart Values in File and Code
No Java example available.
Query Kubernetes Resource Installed By Helm Chart
No Java example available.
Import
An existing Helm Release resource can be imported using its type token
, name
and identifier, e.g.
$ pulumi import kubernetes:helm.sh/v3:Release myRelease <namespace>/<releaseName>
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard