Skip to content

Commit

Permalink
Merge pull request #2 from truefoundry/sachincool-patch-1
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
sachincool authored Oct 22, 2024
2 parents 826f165 + 59809ca commit b209839
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ resource "null_resource" "helm_install" {
chart_version = var.chart_version
release_name = var.release_name
namespace = var.namespace
always_run = "${timestamp()}"
}

provisioner "local-exec" {
Expand Down

0 comments on commit b209839

Please sign in to comment.