test
This commit is contained in:
parent
8c543f74ce
commit
2734e27745
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -13,6 +13,7 @@ spec:
|
|||
postBuild:
|
||||
substitute:
|
||||
NAS_IP: 10.0.0.10
|
||||
quote: '"'
|
||||
substituteFrom:
|
||||
- kind: ConfigMap
|
||||
name: global-vars
|
||||
|
|
Loading…
Reference in a new issue