Added prowlarr push secret.
This commit is contained in:
parent
e00152f2dc
commit
d37ca6d1f0
1 changed files with 31 additions and 1 deletions
|
@ -53,3 +53,33 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
remoteKey: gatus
|
remoteKey: gatus
|
||||||
property: DATABASE_URI
|
property: DATABASE_URI
|
||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://ks.hsn.dev/external-secrets.io/pushsecret_v1alpha1.json
|
||||||
|
apiVersion: external-secrets.io/v1alpha1
|
||||||
|
kind: PushSecret
|
||||||
|
metadata:
|
||||||
|
name: prowlarr
|
||||||
|
spec:
|
||||||
|
refreshInterval: 1h
|
||||||
|
secretStoreRefs:
|
||||||
|
- name: onepassword-connect
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
selector:
|
||||||
|
secret:
|
||||||
|
name: postgres-pguser-prowlarr
|
||||||
|
data:
|
||||||
|
- match:
|
||||||
|
secretKey: host
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: prowlarr
|
||||||
|
property: PROWLARR__POSTGRES_HOST
|
||||||
|
- match:
|
||||||
|
secretKey: user
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: prowlarr
|
||||||
|
property: PROWLARR__POSTGRES_USER
|
||||||
|
- match:
|
||||||
|
secretKey: password
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: prowlarr
|
||||||
|
property: PROWLARR__POSTGRES_PASSWORD
|
Loading…
Reference in a new issue