fix: enable ServerSideApply for ArgoCD ApplicationSets
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

- resolve CRD annotation size limit errors by enabling server-side apply
- add storage ApplicationSet and project to kustomization files
This commit is contained in:
2026-03-19 01:36:10 +11:00
parent 90f793464b
commit 1aaca5763f
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