From f96d694a3f6193a849a16fc13da2fb85dcd8a79b Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 19 Oct 2022 16:09:10 +0200 Subject: [PATCH] feat(base): adding nginx-gateway installation --- base/kustomization.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 139aa57..24e8962 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -5,5 +5,4 @@ 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 + - ./nginx \ No newline at end of file