fix: enable ServerSideApply for ArgoCD ApplicationSets #46

Merged
unkinben merged 1 commits from benvin/fix_crd_deploy into main 2026-03-19 01:37:56 +11:00
4 changed files with 6 additions and 0 deletions
@@ -4,3 +4,4 @@ kind: Kustomization
resources:
- platform.yaml
- storage.yaml
+2
View File
@@ -37,3 +37,5 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
+2
View File
@@ -27,3 +27,5 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
+1
View File
@@ -4,3 +4,4 @@ kind: Kustomization
resources:
- platform.yaml
- storage.yaml