Update pushsecret.

This commit is contained in:
Joseph Hanson 2024-07-03 08:45:44 -05:00
parent 4d25eceae8
commit 13546f8fff
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -117,17 +117,17 @@ spec:
secretKey: host secretKey: host
remoteRef: remoteRef:
remoteKey: sonarr remoteKey: sonarr
property: SONARR__POSTGRES_HOST property: SONARR_POSTGRES_HOST
- match: - match:
secretKey: user secretKey: user
remoteRef: remoteRef:
remoteKey: sonarr remoteKey: sonarr
property: SONARR__POSTGRES_USER property: SONARR_POSTGRES_USER
- match: - match:
secretKey: password secretKey: password
remoteRef: remoteRef:
remoteKey: sonarr remoteKey: sonarr
property: SONARR__POSTGRES_PASSWORD property: SONARR_POSTGRES_PASSWORD
--- ---
# yaml-language-server: $schema=https://ks.hsn.dev/external-secrets.io/pushsecret_v1alpha1.json # yaml-language-server: $schema=https://ks.hsn.dev/external-secrets.io/pushsecret_v1alpha1.json
apiVersion: external-secrets.io/v1alpha1 apiVersion: external-secrets.io/v1alpha1
@ -157,4 +157,4 @@ spec:
secretKey: password secretKey: password
remoteRef: remoteRef:
remoteKey: radarr remoteKey: radarr
property: RADARR__POSTGRES_PASSWORD property: RADARR__POSTGRES_PASSWORD