From 150949b25490672796b56f7e8f0845908891128a 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 5296aa9..bfbe148 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -4,5 +4,6 @@ kind: Kustomization 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 + - ./mini + - github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.1 - ./nginx-gateway \ No newline at end of file