Skip to content

Commit

Permalink
Merge pull request #8 from castai/fix-chart-state-ignore
Browse files Browse the repository at this point in the history
fix: update ignored state in controller
  • Loading branch information
r0kas authored Jul 27, 2022
2 parents e7917bd + ca59bef commit ea7fbde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
terraform.d
terraform.d
.idea/
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,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 ea7fbde

Please sign in to comment.