From 3b6527c3fb2067913c79913eff2d1c5052c90a71 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Mon, 10 Nov 2025 20:04:28 +0100 Subject: [PATCH] Refactor syncPolicy in application.yaml to simplify automated settings --- apps/gateway-api/application.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/gateway-api/application.yaml b/apps/gateway-api/application.yaml index f77ffd8..6742431 100644 --- a/apps/gateway-api/application.yaml +++ b/apps/gateway-api/application.yaml @@ -16,10 +16,7 @@ spec: destination: server: https://kubernetes.default.svc syncPolicy: - automated: - prune: false - selfHeal: false + automated: {} syncOptions: - CreateNamespace=true - - Replace=true - ServerSideApply=true