Delete standalone gateway-api application, already managed by traefik

This commit is contained in:
Marco van Zijl 2025-11-10 20:32:29 +01:00
parent cdf28946db
commit a46643bf88

View File

@ -1,22 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gateway-api
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-5"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/kubernetes-sigs/gateway-api
targetRevision: v1.4.0
path: config/crd/standard
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
- ServerSideApply=true