fix: enable ServerSideApply for ArgoCD ApplicationSets (#46)

- resolve CRD annotation size limit errors by enabling server-side apply
- add storage ApplicationSet and project to kustomization files

Reviewed-on: #46
This commit was merged in pull request #46.
This commit is contained in:
2026-03-19 01:37:56 +11:00
parent 90f793464b
commit c157774033
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