add atuin postgres push secret
This commit is contained in:
parent
521c47ca02
commit
abdc58e9c3
1 changed files with 30 additions and 0 deletions
|
@ -158,3 +158,33 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
remoteKey: radarr
|
remoteKey: radarr
|
||||||
property: RADARR_POSTGRES_PASSWORD
|
property: RADARR_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: atuin
|
||||||
|
spec:
|
||||||
|
refreshInterval: 1h
|
||||||
|
secretStoreRefs:
|
||||||
|
- name: onepassword-connect
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
selector:
|
||||||
|
secret:
|
||||||
|
name: postgres-pguser-atuin
|
||||||
|
data:
|
||||||
|
- match:
|
||||||
|
secretKey: host
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: atuin
|
||||||
|
property: ATUIN_POSTGRES_HOST
|
||||||
|
- match:
|
||||||
|
secretKey: user
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: atuin
|
||||||
|
property: ATUIN_POSTGRES_USER
|
||||||
|
- match:
|
||||||
|
secretKey: password
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: atuin
|
||||||
|
property: ATUIN_POSTGRES_PASSWORD
|
||||||
|
|
Loading…
Reference in a new issue