Skip to content

Commit

Permalink
fix: 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 ee70861 commit 8559da3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions application_set.tf
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ resource "argocd_application_set" "cert_manager" {
namespace = "guardian"
}

sync_policy {
sync_options = ["ServerSideApply=true"]
}
}
}
}
Expand Down Expand Up @@ -223,6 +220,10 @@ resource "argocd_application_set" "victoria_metrics" {
server = "{{url}}"
namespace = "guardian"
}

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

0 comments on commit 8559da3

Please sign in to comment.