From 3ea1d2feee8037faa30f214398071445f722ea8d Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Tue, 9 Jul 2024 20:34:50 -0400 Subject: [PATCH] testing --- cluster/apps/production/radarr/radarr.yaml | 2 +- cluster/infra/flux-secret-map.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index 16db8b3..b63b9c4 100644 --- a/cluster/apps/production/radarr/radarr.yaml +++ b/cluster/apps/production/radarr/radarr.yaml @@ -42,7 +42,7 @@ spec: - name: nas nfs: path: /mnt/thePool/thePoolShare - server: ${NAS_IP} + server: $${NAS_IP} - name: radarr-config persistentVolumeClaim: claimName: radarr-config diff --git a/cluster/infra/flux-secret-map.yaml b/cluster/infra/flux-secret-map.yaml index dbe3f31..7f75844 100644 --- a/cluster/infra/flux-secret-map.yaml +++ b/cluster/infra/flux-secret-map.yaml @@ -16,5 +16,3 @@ spec: substituteFrom: - kind: ConfigMap name: global-vars - - kind: Secret - name: bw-sample-secret