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