Skip to content

Commit

Permalink
Remove prevent_destroy from helm
Browse files Browse the repository at this point in the history
  • Loading branch information
vmleon committed May 4, 2022
1 parent 3622239 commit 968169b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions provisioning/helm_hello_api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ resource "helm_release" "hello-api" {
chart = "../helm-charts/hello-api"
dependency_update = true

lifecycle {
prevent_destroy = true
}

set {
name = "oci-la-fluentd.ociLANamespace"
value = lookup(data.oci_objectstorage_namespace.tenancy_namespace, "namespace")
Expand Down

0 comments on commit 968169b

Please sign in to comment.