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 fc2e4a0 commit 26aa84eCopy full SHA for 26aa84e
main.tf
@@ -29,6 +29,7 @@ resource "helm_release" "this" {
29
dependency_update = lookup(var.app, "dependency_update", false)
30
replace = lookup(var.app, "replace", false)
31
timeout = lookup(var.app, "timeout", 300)
32
+ upgrade_install = lookup(var.app, "upgrade_install", false)
33
values = var.values
34
35
dynamic "set" {
0 commit comments