From b5eee54ac3b1a943bc3f787ec5920ca320560baf Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Fri, 1 Nov 2024 12:02:07 -0700 Subject: [PATCH] Remove unused config PVC --- charts/ombi/templates/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/charts/ombi/templates/deployment.yaml b/charts/ombi/templates/deployment.yaml index 079ad91..b6b0aae 100644 --- a/charts/ombi/templates/deployment.yaml +++ b/charts/ombi/templates/deployment.yaml @@ -193,9 +193,6 @@ spec: - name: prowlarr-config persistentVolumeClaim: claimName: {{ include "ombi.fullname" . }}-prowlarr-config-pvc - - name: whisparr-config - persistentVolumeClaim: - claimName: ombi-whisparr-config-pvc - name: nzbget-config persistentVolumeClaim: claimName: {{include "ombi.fullname" .}}-nzbget-config-pvc