Skip to content

Commit

Permalink
fix(media): aquisition - consolidate qbt admin creds secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl committed Nov 26, 2024
1 parent 225253f commit 338fb40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
6 changes: 3 additions & 3 deletions charts/aquisition/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ spec:
value: {{ .Values.vpn.timezone | default "Etc/UTC" | quote}}
- name: QBT_WEBUI_PORT
value: "8080"
- name: QBT_WEBUI_PASSWORD_HASH
- name: QBT_WEBUI_PASSWORD
valueFrom:
secretKeyRef:
name: {{ .Values.qbt.webuiPasswordHashSecretRef }}
key: QBT_WEBUI_PASSWORD_HASH
name: {{ .Values.vpn.credentialsSecretRef }}
key: QBT_WEBUI_PASSWORD
- name: QBT_CONFIG_DIR
value: {{ .Values.qbt.configDir | quote }}
- name: QBT_DOWNLOAD_DIR
Expand Down
1 change: 0 additions & 1 deletion charts/aquisition/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ securityContext: {}

# Configure the aquisition client
qbt:
webuiPasswordHashSecretRef: qbt-admin-password
downloadDir: /media/downloads
configDir: /media/.config
configFileSource: /opt/qBittorrent.conf
Expand Down
9 changes: 0 additions & 9 deletions infra/examples/secrets/qbt-admin-password.yaml

This file was deleted.

0 comments on commit 338fb40

Please sign in to comment.