From 64241f6e3acfde6827b36630c514b9bbd7c49c59 Mon Sep 17 00:00:00 2001 From: David Landry Date: Thu, 28 Mar 2024 00:14:03 -0500 Subject: [PATCH] fix(bootstrap): apply cluster-resources using ServerSideApply to avoid large CRDs from erroring --- bootstrap/cluster-resources.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap/cluster-resources.yaml b/bootstrap/cluster-resources.yaml index 6c56f50..eac5249 100644 --- a/bootstrap/cluster-resources.yaml +++ b/bootstrap/cluster-resources.yaml @@ -44,4 +44,6 @@ spec: automated: allowEmpty: true selfHeal: true + syncOptions: + - ServerSideApply=true status: {}