fix(add-ons): Remove gateway-api application
- traefik takes care of that
This commit is contained in:
@@ -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
|
|
||||||
@@ -3,7 +3,6 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
# add-ons
|
# add-ons
|
||||||
- add-ons/gateway-api.yaml
|
|
||||||
- add-ons/traefik.yaml
|
- add-ons/traefik.yaml
|
||||||
# services
|
# services
|
||||||
- services/app-autoregexbot.yaml
|
- services/app-autoregexbot.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user