From a5c1dc9c0c55a09d49eb77cce4fa8417091b537a Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 15 Oct 2024 14:57:17 -0400 Subject: [PATCH] move charts to helm repositories --- helm-repositories/metallb.yaml | 9 +++++++++ {charts => helm-repositories}/sealed-secrets.yaml | 0 2 files changed, 9 insertions(+) create mode 100644 helm-repositories/metallb.yaml rename {charts => helm-repositories}/sealed-secrets.yaml (100%) diff --git a/helm-repositories/metallb.yaml b/helm-repositories/metallb.yaml new file mode 100644 index 0000000..9c777a7 --- /dev/null +++ b/helm-repositories/metallb.yaml @@ -0,0 +1,9 @@ +apiVersion: source.toolkit.fluxcd.io/v1beta2 +kind: HelmRepository +metadata: + name: metallb + namespace: flux-system +spec: + interval: 15m + url: https://metallb.github.io/metallb + diff --git a/charts/sealed-secrets.yaml b/helm-repositories/sealed-secrets.yaml similarity index 100% rename from charts/sealed-secrets.yaml rename to helm-repositories/sealed-secrets.yaml