This commit is contained in:
Matt Reeves 2024-07-09 20:32:46 -04:00
parent c2fb8c2864
commit 594c5c618f
2 changed files with 3 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_IP} server: ${NAS_IP}
- name: radarr-config - name: radarr-config
persistentVolumeClaim: persistentVolumeClaim:
claimName: radarr-config claimName: radarr-config

View file

@ -16,3 +16,5 @@ spec:
substituteFrom: substituteFrom:
- kind: ConfigMap - kind: ConfigMap
name: global-vars name: global-vars
- kind: Secret
name: bw-sample-secret