From 55e7865a6c26923a2078b4647b9680aefc93dd11 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 20 Jan 2024 16:19:50 -0800 Subject: [PATCH] ops(k8s): fix kustomization for metallb, cloudflare operator --- k8s/system/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/system/kustomization.yaml b/k8s/system/kustomization.yaml index c8c551d3..f1e274e1 100644 --- a/k8s/system/kustomization.yaml +++ b/k8s/system/kustomization.yaml @@ -7,4 +7,5 @@ resources: - coredns - local-path-provisioner - sops-secrets-operator -- cloudflare-operator-app \ No newline at end of file +- cloudflare-operator +- metallb \ No newline at end of file