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:
@@ -4,3 +4,4 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- platform.yaml
|
- platform.yaml
|
||||||
|
- storage.yaml
|
||||||
|
|||||||
@@ -37,3 +37,5 @@ spec:
|
|||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- ServerSideApply=true
|
||||||
|
|||||||
@@ -27,3 +27,5 @@ spec:
|
|||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- ServerSideApply=true
|
||||||
|
|||||||
@@ -4,3 +4,4 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- platform.yaml
|
- platform.yaml
|
||||||
|
- storage.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user