change config pvc

This commit is contained in:
2024-05-29 14:08:37 -05:00
parent c201f9bcc3
commit 3703691b8b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata:
name: qbittorrent-nfs-config name: qbittorrent-config
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: qbittorrent-nfs-config app.kubernetes.io/name: qbittorrent-config
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: storage app.kubernetes.io/component: storage

View File

@@ -118,7 +118,7 @@ qbittorrent:
persistence: persistence:
config: config:
type: persistentVolumeClaim type: persistentVolumeClaim
existingClaim: qbittorrent-nfs-config existingClaim: qqbittorrent-config
advancedMounts: advancedMounts:
main: main:
qbittorrent: qbittorrent: