Skip to content

A Release is an instance of a chart running in a Kubernetes cluster.

License

Notifications You must be signed in to change notification settings

QuestOpsHub/terraform-helm-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Name Version
terraform >=0.13
helm >=2.17.0

Providers

Name Version
helm >=2.17.0

Modules

No modules.

Resources

Name Type
helm_release.release resource

Inputs

Name Description Type Default Required
chart (Required) Chart name to be installed. A path may be used string n/a yes
chart_version (Optional) Specify the exact chart version to install. If this is not specified, the latest version is installed. string null no
create_namespace (Optional) Create the namespace if it does not exist. Defaults to false. bool false no
name (Required) Release name. The length must not be longer than 53 characters. string n/a yes
namespace (Optional) Namespace to install the release into. Defaults to default. string "default" no
replace (Optional) Re-use the given name, even if that name is already used. This is unsafe in production. Defaults to false. bool false no
repository (Optional) Repository where to locate the requested chart. If is a URL the chart is installed without installing the repository. string null no
set (Optional) Custom values to be merged with the values. map(string) {} no

Outputs

No outputs.

About

A Release is an instance of a chart running in a Kubernetes cluster.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages