This commit is contained in:
Matt Reeves 2024-07-12 21:31:57 -04:00
parent 8c543f74ce
commit 2734e27745
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -13,6 +13,7 @@ spec:
postBuild:
substitute:
NAS_IP: 10.0.0.10
quote: '"'
substituteFrom:
- kind: ConfigMap
name: global-vars