Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

helm release

Deploy a kubernetes application trough helm

Requirements

Name Version
terraform ~> 1.3
helm >= 2.17.0, < 3.0.0
time ~> 0.9.1

Providers

Name Version
helm >= 2.17.0, < 3.0.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
helm_release.release resource
time_static.last_update resource

Inputs

Name Description Type Default Required
atomic Atomic deployment bool false no
chart Chart to use for the current deployment string "" no
chart_version Version of the chart to use for the current deployment string "" no
cleanup_on_fail Cleanup on fail bool false no
create_namespace Create namespace bool true no
customer Customer for the current deployment string "" no
kubeconfig_context Kubeconfig context to use for the current deployment string null no
kubeconfig_paths List of kubeconfig paths to use for the current deployment list(string) [] no
name The name of the helm release string n/a yes
namespace Namespace to use for the current deployment string "" no
repository Repository to use for the current deployment string "" no
sets List of sets to use for the current deployment list(map(string)) [] no
tags Default tags to add to resources map(any) {} no
values List of values to use for the current deployment list(string) [] no
wait Wait for deployment to complete bool true no

Outputs

Name Description
name The name of the helm release
namespace The namespace of the helm release