From b4e80483aeeded0c97653e99059805706f69d8ac Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 25 Oct 2022 06:39:28 +0200 Subject: [PATCH] feat(base): adding metallb deployement --- base/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 24e8962..a8380c5 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 + - ./metallb - ./minio - - ./nginx \ No newline at end of file + - ./nginx