From b1efa13768fbe018b25aea523c92ce05e10c6431 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 13 Oct 2024 20:26:37 +0200 Subject: [PATCH] add helm repository catalog --- repositories/kustomization.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 repositories/kustomization.yaml diff --git a/repositories/kustomization.yaml b/repositories/kustomization.yaml new file mode 100644 index 00000000000..3d9eb5de27e --- /dev/null +++ b/repositories/kustomization.yaml @@ -0,0 +1,7 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +metadata: + name: helm-repos + namespace: flux-system +resources: + - ./helm \ No newline at end of file