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