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