Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix(argocd): disable server-side apply
Browse files Browse the repository at this point in the history
  • Loading branch information
hur committed Mar 15, 2023
1 parent f0fabbd commit 1c22e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/root/templates/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ spec:
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- ServerSideApply=true
- ServerSideApply=false
{{- end }}

0 comments on commit 1c22e98

Please sign in to comment.