fix(bootstrap): apply cluster-resources using ServerSideApply to avoid large CRDs from erroring

This commit is contained in:
David Landry 2024-03-28 00:14:03 -05:00
parent 0d24638193
commit 64241f6e3a

View file

@ -44,4 +44,6 @@ spec:
automated:
allowEmpty: true
selfHeal: true
syncOptions:
- ServerSideApply=true
status: {}