cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 460d841b6fef7c952c475761846e692e0dba662b
parent 9527edbe44c56d8d99863bc826a22e9b753f2ce3
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 19 Mar 2023 14:51:05 +0100

fix metallb

Diffstat:
Minfrastructure/controllers/kustomization.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml @@ -1,6 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - metallb + - metallb.yaml - cert-manager.yaml - weave-gitops.yaml