Skip to content

Commit

Permalink
feat!: breaking change for enabling helm release toggle (TF > 1.9) (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: jonathan meeks <jonathan meeks>
  • Loading branch information
j7m4 authored Dec 20, 2024
1 parent f69c6ea commit b922436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ resource "helm_release" "operator" {
cleanup_on_fail = false
disable_webhooks = true
verify = false
// note: use count to enforce whether helm is used for release
count = var.enable_helm_release ? 1 : 0

set {
Expand Down

0 comments on commit b922436

Please sign in to comment.