From 034b65941770d4e9f34071bf7a54e437ec8004eb Mon Sep 17 00:00:00 2001 From: Karan Parashar Date: Sat, 21 Feb 2026 00:00:38 +0530 Subject: [PATCH] fix(add-ons): Remove gateway-api application - traefik takes care of that --- applications/add-ons/gateway-api.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 applications/add-ons/gateway-api.yaml diff --git a/applications/add-ons/gateway-api.yaml b/applications/add-ons/gateway-api.yaml deleted file mode 100644 index 2713643..0000000 --- a/applications/add-ons/gateway-api.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: gateway-api - namespace: argocd -spec: - project: default - source: - repoURL: https://github.com/kubernetes-sigs/gateway-api - targetRevision: v1.4.1 - path: config/crd/standard - destination: - server: https://kubernetes.default.svc - namespace: default - syncPolicy: - automated: - prune: true - selfHeal: true