Skip to content

Commit 85702a4

Browse files
authored
chore: add description variable for chart (#41)
1 parent f5d7b8d commit 85702a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ resource "helm_release" "this" {
1818
name = module.this.name
1919
chart = var.chart
2020
repository = var.repository
21+
description = var.description
2122
version = var.chart_version
2223
namespace = join("", kubernetes_namespace.default[*].id)
2324
create_namespace = false

0 commit comments

Comments
 (0)