From b6df76d8709270a6e29219ddc52a6e51dfa435b1 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 28 Jan 2025 23:53:19 +0000 Subject: [PATCH] Name of volume not claim --- apps/sonarr/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sonarr/deployment.yaml b/apps/sonarr/deployment.yaml index 692f3c6..b8a1de4 100644 --- a/apps/sonarr/deployment.yaml +++ b/apps/sonarr/deployment.yaml @@ -69,7 +69,7 @@ spec: volumeMounts: - name: config mountPath: /config - - name: pvc-smb-tower-books + - name: smb-tower-books mountPath: /mnt/books readOnly: false volumes: