From 2734e2774562f933cc0c3a90978141df7925036b Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Fri, 12 Jul 2024 21:31:57 -0400 Subject: [PATCH] test --- cluster/apps/production/radarr/radarr.yaml | 2 +- cluster/infra/flux-secret-map.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index 157be12..410ecb3 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.local.mafyuh.com + server: ${quote}${NAS_IP}${quote} - name: radarr-config persistentVolumeClaim: claimName: radarr-config diff --git a/cluster/infra/flux-secret-map.yaml b/cluster/infra/flux-secret-map.yaml index ef308e0..5d9c0e0 100644 --- a/cluster/infra/flux-secret-map.yaml +++ b/cluster/infra/flux-secret-map.yaml @@ -13,6 +13,7 @@ spec: postBuild: substitute: NAS_IP: 10.0.0.10 + quote: '"' substituteFrom: - kind: ConfigMap name: global-vars