From 3f82f805d40d9227a6cc0494a5ca222495c3f876 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 19 Oct 2022 16:00:51 +0200 Subject: [PATCH] fix(base): minio typo --- base/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/kustomization.yaml b/base/kustomization.yaml index bfbe148..139aa57 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -4,6 +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 - - ./mini + - ./minio - github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.1 - ./nginx-gateway \ No newline at end of file