testing
This commit is contained in:
parent
594c5c618f
commit
3ea1d2feee
2 changed files with 1 additions and 3 deletions
|
@ -42,7 +42,7 @@ spec:
|
||||||
- name: nas
|
- name: nas
|
||||||
nfs:
|
nfs:
|
||||||
path: /mnt/thePool/thePoolShare
|
path: /mnt/thePool/thePoolShare
|
||||||
server: ${NAS_IP}
|
server: $${NAS_IP}
|
||||||
- name: radarr-config
|
- name: radarr-config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: radarr-config
|
claimName: radarr-config
|
||||||
|
|
|
@ -16,5 +16,3 @@ spec:
|
||||||
substituteFrom:
|
substituteFrom:
|
||||||
- kind: ConfigMap
|
- kind: ConfigMap
|
||||||
name: global-vars
|
name: global-vars
|
||||||
- kind: Secret
|
|
||||||
name: bw-sample-secret
|
|
||||||
|
|
Loading…
Reference in a new issue