From 1d91141f98288e060b8a9dd540113442fd179b65 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 13 Oct 2024 20:33:46 +0200 Subject: [PATCH] some kustomization tweaks --- kustomization.yaml | 7 +++++++ repositories/kustomization.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 kustomization.yaml diff --git a/kustomization.yaml b/kustomization.yaml new file mode 100644 index 00000000000..443b87e767f --- /dev/null +++ b/kustomization.yaml @@ -0,0 +1,7 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +metadata: + name: truecharts + namespace: flux-system +resources: + - ./repositories \ No newline at end of file diff --git a/repositories/kustomization.yaml b/repositories/kustomization.yaml index 3d9eb5de27e..349a383bf8d 100644 --- a/repositories/kustomization.yaml +++ b/repositories/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization metadata: - name: helm-repos + name: truecharts-repositories namespace: flux-system resources: - ./helm \ No newline at end of file