fix: force ServerSideApply on envoy-gateway Application
Gateway API CRDs (httproutes, envoyproxies) have schemas large enough that client-side apply's last-applied-configuration annotation exceeds the 262144-byte annotation limit. SSA skips that annotation entirely.
This commit is contained in:
@@ -26,3 +26,4 @@ spec:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
|
||||
Reference in New Issue
Block a user