From bda9106af235f09afa6d1342fd86d23da074e488 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 13 Jul 2024 10:12:38 -0400 Subject: [PATCH] terst --- cluster/apps/production/radarr/radarr.yaml | 2 +- secrets/flux-secrets.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 secrets/flux-secrets.yaml diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index 157be12..bc684ef 100644 --- a/cluster/apps/production/radarr/radarr.yaml +++ b/cluster/apps/production/radarr/radarr.yaml @@ -41,7 +41,7 @@ spec: volumes: - name: nas nfs: - path: /mnt/thePool/thePoolShare + path: $PATH server: nas.local.mafyuh.com - name: radarr-config persistentVolumeClaim: diff --git a/secrets/flux-secrets.yaml b/secrets/flux-secrets.yaml new file mode 100644 index 0000000..9180237 --- /dev/null +++ b/secrets/flux-secrets.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: apps + namespace: flux-system +data: + path: /mnt/thePool/thePoolShare