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 - name: nas
nfs: nfs:
path: /mnt/thePool/thePoolShare path: /mnt/thePool/thePoolShare
server: nas.local.mafyuh.com server: ${quote}${NAS_IP}${quote}
- name: radarr-config - name: radarr-config
persistentVolumeClaim: persistentVolumeClaim:
claimName: radarr-config claimName: radarr-config

View file

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