22
33[ ![ ] ( https://img.shields.io/github/license/terraform-module/terraform-helm-release )] ( https://github.com/terraform-module/terraform-helm-release )
44![ ] ( https://img.shields.io/github/v/tag/terraform-module/terraform-helm-release )
5- [ ![ ] ( https://img.shields.io/github/workflow/status/terraform-module/terraform-helm-release/validate /master )] ( https://github.com/terraform-module/terraform-helm-release/actions?query=is%3Acompleted )
6- ![ ] ( https://github.com/terraform-module/terraform-helm-release/workflows/Validator /badge.svg )
5+ [ ![ ] ( https://img.shields.io/github/workflow/status/terraform-module/terraform-helm-release/commit-check /master )] ( https://github.com/terraform-module/terraform-helm-release/actions?query=is%3Acommit-check )
6+ ![ ] ( https://github.com/terraform-module/terraform-helm-release/workflows/commit-check /badge.svg )
77![ ] ( https://img.shields.io/issues/github/terraform-module/terraform-helm-release )
88![ ] ( https://img.shields.io/github/issues/terraform-module/terraform-helm-release )
99![ ] ( https://img.shields.io/github/issues-closed/terraform-module/terraform-helm-release )
1414![ ] ( https://img.shields.io/github/contributors/terraform-module/terraform-helm-release )
1515![ ] ( https://img.shields.io/github/last-commit/terraform-module/terraform-helm-release )
1616
17+ ## Table Of Contents
18+
19+ - [ Helm Release Module] ( #helm-release-module )
20+ * [ Usage example] ( #usage-example )
21+ * [ Module Variables] ( #module-variables )
22+ * [ Requirements] ( #requirements )
23+ * [ Providers] ( #providers )
24+ * [ Inputs] ( #inputs )
25+ * [ Outputs] ( #outputs )
26+ * [ Commands] ( #commands )
27+ * [ Validate creation of components] ( #validate-creation-of-components )
28+ + [ :memo : Guidelines] ( #-memo--guidelines )
29+ * [ License] ( #license )
30+ * [ How to Contribute] ( #how-to-contribute )
31+ - [ Authors] ( #authors )
32+ * [ Terraform Registry] ( #terraform-registry )
33+
34+ <small ><i ><a href =' http://ecotrust-canada.github.io/markdown-toc/ ' >Table of contents generated with markdown-toc</a ></i ></small >
35+
1736## Usage example
1837
1938Here's the gist of using it via github.
@@ -86,7 +105,7 @@ module jenkins {
86105| Name | Description | Type | Default | Required |
87106| ------| -------------| ------| ---------| :--------:|
88107| app | an application to deploy | ` map ` | n/a | yes |
89- | namespace | namespace where to deploy an application | ` any ` | n/a | yes |
108+ | namespace | namespace where to deploy an application | ` string ` | n/a | yes |
90109| repository | Helm repository | ` string ` | n/a | yes |
91110| set | Value block with custom STRING values to be merged with the values yaml. | <pre >list(object({<br > name = string<br > value = string<br > }))</pre > | ` null ` | no |
92111| set\_ sensitive | Value block with custom sensitive values to be merged with the values yaml that won't be exposed in the plan's diff. | <pre >list(object({<br > path = string<br > value = string<br > }))</pre > | ` null ` | no |
@@ -102,11 +121,10 @@ No output.
102121
103122<!-- START makefile-doc -->
104123```
105- $ make help
124+ $ make help
106125hooks Commit hooks setup
107126validate Validate with pre-commit hooks
108- changelog Update changelog
109- release Create release version
127+ changelog Update changelog
110128```
111129<!-- END makefile-doc -->
112130
0 commit comments