Skip to content

Commit

Permalink
feat: vm set ServerSideApply=true
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Oct 25, 2023
1 parent 1ffd953 commit ee70861
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application_set.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ resource "argocd_application_set" "cert_manager" {
server = "{{url}}"
namespace = "guardian"
}

sync_policy {
sync_options = ["ServerSideApply=true"]
}
}
}
}
Expand Down

0 comments on commit ee70861

Please sign in to comment.