change config pvc
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: PersistentVolumeClaim
 | 
			
		||||
metadata:
 | 
			
		||||
  name: qbittorrent-nfs-config
 | 
			
		||||
  name: qbittorrent-config
 | 
			
		||||
  namespace: {{ .Release.Namespace }}
 | 
			
		||||
  labels:
 | 
			
		||||
    app.kubernetes.io/name: qbittorrent-nfs-config
 | 
			
		||||
    app.kubernetes.io/name: qbittorrent-config
 | 
			
		||||
    app.kubernetes.io/instance: {{ .Release.Name }}
 | 
			
		||||
    app.kubernetes.io/version: {{ .Chart.AppVersion }}
 | 
			
		||||
    app.kubernetes.io/component: storage
 | 
			
		||||
 
 | 
			
		||||
@@ -118,7 +118,7 @@ qbittorrent:
 | 
			
		||||
  persistence:
 | 
			
		||||
    config:
 | 
			
		||||
      type: persistentVolumeClaim
 | 
			
		||||
      existingClaim: qbittorrent-nfs-config
 | 
			
		||||
      existingClaim: qqbittorrent-config
 | 
			
		||||
      advancedMounts:
 | 
			
		||||
        main:
 | 
			
		||||
          qbittorrent:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user