From 36c6029c42920087c8a6e063cae3657fd414c95d Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 19 Oct 2022 15:59:59 +0200 Subject: [PATCH] feat(base): adding gatewa-api CRD --- base/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 5296aa9..139aa57 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -5,4 +5,5 @@ bases: - https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml - https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml - ./minio + - github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.1 - ./nginx-gateway \ No newline at end of file