diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index b63b9c4..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 diff --git a/cluster/infra/flux-secret-map.yaml b/cluster/infra/flux-secret-map.yaml index 7f75844..dbe3f31 100644 --- a/cluster/infra/flux-secret-map.yaml +++ b/cluster/infra/flux-secret-map.yaml @@ -16,3 +16,5 @@ spec: substituteFrom: - kind: ConfigMap name: global-vars + - kind: Secret + name: bw-sample-secret