add kasm db

This commit is contained in:
Joseph Hanson 2024-08-19 23:14:22 -05:00
parent ccf97d70e0
commit 62caad2dd0
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 35 additions and 0 deletions

View file

@ -85,6 +85,11 @@ spec:
- grafana
password:
type: AlphaNumeric
- name: kasm
databases:
- kasm
password:
type: AlphaNumeric
- name: prowlarr
databases:
- prowlarr_logs

View file

@ -248,3 +248,33 @@ spec:
remoteRef:
remoteKey: autobrr
property: AUTOBRR_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: kasm
spec:
refreshInterval: 1h
secretStoreRefs:
- name: onepassword-connect
kind: ClusterSecretStore
selector:
secret:
name: postgres-pguser-kasm
data:
- match:
secretKey: host
remoteRef:
remoteKey: kasm
property: KASM_POSTGRES_HOST
- match:
secretKey: user
remoteRef:
remoteKey: kasm
property: KASM_POSTGRES_USER
- match:
secretKey: password
remoteRef:
remoteKey: kasm
property: KASM_POSTGRES_PASSWORD