We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d7b8d commit 85702a4Copy full SHA for 85702a4
src/main.tf
@@ -18,6 +18,7 @@ resource "helm_release" "this" {
18
name = module.this.name
19
chart = var.chart
20
repository = var.repository
21
+ description = var.description
22
version = var.chart_version
23
namespace = join("", kubernetes_namespace.default[*].id)
24
create_namespace = false
0 commit comments