Skip to content

Commit

Permalink
Add force_conflicts true for custom resource `HorizontalRunnerAutosca…
Browse files Browse the repository at this point in the history
…ler` (#28)

Add force_conflicts true for custom resource
  • Loading branch information
niroz89 authored Mar 11, 2024
1 parent d468dd5 commit 4f90212
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ent_runners.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ resource "kubernetes_manifest" "github_ent_runners_horizontal_autoscaler" {
}
}

field_manager {
force_conflicts = true
}

depends_on = [
helm_release.release
]
Expand Down
4 changes: 4 additions & 0 deletions ent_runners_dind.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ resource "kubernetes_manifest" "github_ent_runners_horizontal_autoscaler_dind" {
}
}

field_manager {
force_conflicts = true
}

depends_on = [
helm_release.release
]
Expand Down
4 changes: 4 additions & 0 deletions ent_runners_dind_rootless.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ resource "kubernetes_manifest" "github_ent_runners_horizontal_autoscaler_dind_ro
}
}

field_manager {
force_conflicts = true
}

depends_on = [
helm_release.release
]
Expand Down

0 comments on commit 4f90212

Please sign in to comment.