Skip to content

Commit

Permalink
feat: add the castai-pod-pinner-ext subchart improvement (#92)
Browse files Browse the repository at this point in the history
* feat: add the `castai-pod-pinner-ext` subchart improvement

Upstream separated some RBAC resources for better control.
This commit incorporates these improvements.
  • Loading branch information
vladklokun authored Sep 27, 2024
1 parent a519b13 commit 604d9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ resource "helm_release" "castai_pod_pinner" {
depends_on = [helm_release.castai_agent]

lifecycle {
ignore_changes = [set, version]
ignore_changes = [version]
}
}

Expand Down Expand Up @@ -865,5 +865,5 @@ resource "castai_autoscaler" "castai_autoscaler_policies" {
}
}

depends_on = [helm_release.castai_agent, helm_release.castai_evictor]
depends_on = [helm_release.castai_agent, helm_release.castai_evictor, helm_release.castai_pod_pinner]
}

0 comments on commit 604d9d1

Please sign in to comment.