From dc93791c99b9949ab7c2e30adf31a67fba86dde9 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 11 Jul 2024 21:50:02 -0400 Subject: [PATCH] test --- cluster/apps/production/radarr/kustomization.yaml | 4 ++++ cluster/infra/flux-secret-map.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 cluster/apps/production/radarr/kustomization.yaml diff --git a/cluster/apps/production/radarr/kustomization.yaml b/cluster/apps/production/radarr/kustomization.yaml new file mode 100644 index 0000000..f953120 --- /dev/null +++ b/cluster/apps/production/radarr/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - radarr.yaml diff --git a/cluster/infra/flux-secret-map.yaml b/cluster/infra/flux-secret-map.yaml index 7f75844..ef308e0 100644 --- a/cluster/infra/flux-secret-map.yaml +++ b/cluster/infra/flux-secret-map.yaml @@ -5,7 +5,7 @@ metadata: namespace: flux-system spec: interval: 10m0s - path: ./cluster/apps + path: ./cluster/apps/production prune: true sourceRef: kind: GitRepository