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
|
- 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue