diff --git a/argocd/media/qbittorrent/manifests/02_configmap.yaml b/argocd/media/qbittorrent/manifests/02_configmap.yaml index 0eea821e..0591df03 100755 --- a/argocd/media/qbittorrent/manifests/02_configmap.yaml +++ b/argocd/media/qbittorrent/manifests/02_configmap.yaml @@ -1,15 +1,6 @@ --- apiVersion: v1 kind: ConfigMap -metadata: - name: qbittorrent -data: - QBT_BitTorrent__Session__MaxActiveDownloads: "5" - QBT_BitTorrent__Session__MaxActiveTorrents: "10" - QBT_BitTorrent__Session__MaxActiveUploads: "5" ---- -apiVersion: v1 -kind: ConfigMap metadata: name: gluetun data: diff --git a/argocd/media/qbittorrent/values.yaml b/argocd/media/qbittorrent/values.yaml index 0a1b82a6..7b47197a 100755 --- a/argocd/media/qbittorrent/values.yaml +++ b/argocd/media/qbittorrent/values.yaml @@ -10,8 +10,6 @@ config: enabled: false extraEnvFrom: - - configMapRef: - name: qbittorrent - secretRef: name: qbittorrent-vault volumes: