Skip to content

Commit

Permalink
rightly formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels ten Boom committed Jul 28, 2020
1 parent 85d4cd5 commit b0c1167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-operator.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

data "template_file" "crds" {
template = file("${path.module}/templates/crds.yaml")
}
Expand All @@ -14,7 +14,7 @@ resource "null_resource" "crds" {
}

provisioner "local-exec" {
when = "destroy"
when = "destroy"
command = "kubectl delete -f - <<EOF\n${data.template_file.crds.rendered}\nEOF"
}
}
Expand Down

0 comments on commit b0c1167

Please sign in to comment.