Skip to content

Commit

Permalink
fix: ignored state list (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0kas authored Jul 27, 2022
1 parent bcd6679 commit c4b2d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ resource "helm_release" "castai_cluster_controller" {
depends_on = [helm_release.castai_agent]

lifecycle {
ignore_changes = [app_version, revision, version]
ignore_changes = [version]
}
}

Expand Down

0 comments on commit c4b2d30

Please sign in to comment.