From f9f15a8d11dd800c6e2eb951467268b8340598ed Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 29 May 2024 14:06:56 -0500 Subject: [PATCH] change nfs config --- .../qbittorrent/templates/persistent-volume-claim.yaml | 4 ++-- clusters/cl01tl/platform/qbittorrent/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/platform/qbittorrent/templates/persistent-volume-claim.yaml b/clusters/cl01tl/platform/qbittorrent/templates/persistent-volume-claim.yaml index fedafd5ad..18935b3c2 100644 --- a/clusters/cl01tl/platform/qbittorrent/templates/persistent-volume-claim.yaml +++ b/clusters/cl01tl/platform/qbittorrent/templates/persistent-volume-claim.yaml @@ -1,10 +1,10 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: qbittorrent-config + name: qbittorrent-nfs-config namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: qbittorrent-config + app.kubernetes.io/name: qbittorrent-nfs-config app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/version: {{ .Chart.AppVersion }} app.kubernetes.io/component: storage diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index f1e5a6a2e..c53e163d4 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -118,7 +118,7 @@ qbittorrent: persistence: config: type: persistentVolumeClaim - existingClaim: qbittorrent-config + existingClaim: qbittorrent-nfs-config advancedMounts: main: qbittorrent: