feat: Add qBittorrent
This commit is contained in:
parent
c5e4a03a08
commit
86d4dc8758
9 changed files with 270 additions and 0 deletions
19
k8s-wheatley/qbittorrent/secrets.yaml
Normal file
19
k8s-wheatley/qbittorrent/secrets.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: gluetun-wgconfig
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault-wheatley
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: gluetun-wgconfig
|
||||
template:
|
||||
data:
|
||||
wg0.conf: "{{ .config }}"
|
||||
data:
|
||||
- secretKey: config
|
||||
remoteRef:
|
||||
key: secrets/managed/qbittorrent/protonvpn-wgconfig
|
||||
property: config
|
||||
Loading…
Add table
Add a link
Reference in a new issue