From d8bc1b08464a1cc07eab88bf65e09a3b58ebc17e Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 11 Jul 2024 22:20:53 -0400 Subject: [PATCH] never thought i would spend 4 days trying to figure out variable substitution but here we are --- cluster/apps/production/radarr/radarr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index e6cf7ba..16db8b3 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