never thought i would spend 4 days trying to figure out variable substitution but here we are

This commit is contained in:
Matt Reeves 2024-07-11 22:20:53 -04:00
parent fdc5f9c013
commit d8bc1b0846

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