add autobrr db
This commit is contained in:
parent
bea4b3ee2e
commit
343685e00d
2 changed files with 35 additions and 0 deletions
|
@ -70,6 +70,11 @@ spec:
|
||||||
- atuin
|
- atuin
|
||||||
password:
|
password:
|
||||||
type: AlphaNumeric
|
type: AlphaNumeric
|
||||||
|
- name: autobrr
|
||||||
|
databases:
|
||||||
|
- autobrr
|
||||||
|
password:
|
||||||
|
type: AlphaNumeric
|
||||||
- name: gatus
|
- name: gatus
|
||||||
databases:
|
databases:
|
||||||
- gatus
|
- gatus
|
||||||
|
|
|
@ -218,3 +218,33 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
remoteKey: jellyseerr
|
remoteKey: jellyseerr
|
||||||
property: JELLYSEERR_POSTGRES_PASSWORD
|
property: JELLYSEERR_POSTGRES_PASSWORD
|
||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://ks.hsn.dev/external-secrets.io/pushsecret_v1alpha1.json
|
||||||
|
apiVersion: external-secrets.io/v1alpha1
|
||||||
|
kind: PushSecret
|
||||||
|
metadata:
|
||||||
|
name: autobrr
|
||||||
|
spec:
|
||||||
|
refreshInterval: 1h
|
||||||
|
secretStoreRefs:
|
||||||
|
- name: onepassword-connect
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
selector:
|
||||||
|
secret:
|
||||||
|
name: postgres-pguser-autobrr
|
||||||
|
data:
|
||||||
|
- match:
|
||||||
|
secretKey: host
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: autobrr
|
||||||
|
property: AUTOBRR_POSTGRES_HOST
|
||||||
|
- match:
|
||||||
|
secretKey: user
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: autobrr
|
||||||
|
property: AUTOBRR_POSTGRES_USER
|
||||||
|
- match:
|
||||||
|
secretKey: password
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: autobrr
|
||||||
|
property: AUTOBRR_POSTGRES_PASSWORD
|
||||||
|
|
Loading…
Reference in a new issue