From 9841e6a55f485008b548ce8f507c6e3b255380ab Mon Sep 17 00:00:00 2001 From: Jeffrey Smeets Date: Mon, 22 Jun 2026 23:40:18 +0200 Subject: [PATCH] Fix envoy-gateway-config to use kustomize --- .../argocd/applications/envoy-gateway-config-application.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/argocd/applications/envoy-gateway-config-application.yaml b/infra/argocd/applications/envoy-gateway-config-application.yaml index 1521c69..aca7450 100644 --- a/infra/argocd/applications/envoy-gateway-config-application.yaml +++ b/infra/argocd/applications/envoy-gateway-config-application.yaml @@ -9,8 +9,6 @@ spec: repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git path: infra/envoy-gateway targetRevision: main - directory: - recurse: true destination: server: https://kubernetes.default.svc namespace: envoy-gateway @@ -21,3 +19,4 @@ spec: syncOptions: - CreateNamespace=true - PruneLast=true + - ServerSideApply=true