From 13546f8fffcd6fb9dc9373b410ac0effa7d0b8e9 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 3 Jul 2024 08:45:44 -0500 Subject: [PATCH] Update pushsecret. --- .../crunchy-postgres-operator/cluster/pushsecret.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kubernetes/apps/database/crunchy-postgres-operator/cluster/pushsecret.yaml b/kubernetes/apps/database/crunchy-postgres-operator/cluster/pushsecret.yaml index d8f26b20..8c47e56b 100644 --- a/kubernetes/apps/database/crunchy-postgres-operator/cluster/pushsecret.yaml +++ b/kubernetes/apps/database/crunchy-postgres-operator/cluster/pushsecret.yaml @@ -117,17 +117,17 @@ spec: secretKey: host remoteRef: remoteKey: sonarr - property: SONARR__POSTGRES_HOST + property: SONARR_POSTGRES_HOST - match: secretKey: user remoteRef: remoteKey: sonarr - property: SONARR__POSTGRES_USER + property: SONARR_POSTGRES_USER - match: secretKey: password remoteRef: remoteKey: sonarr - property: SONARR__POSTGRES_PASSWORD + property: SONARR_POSTGRES_PASSWORD --- # yaml-language-server: $schema=https://ks.hsn.dev/external-secrets.io/pushsecret_v1alpha1.json apiVersion: external-secrets.io/v1alpha1 @@ -157,4 +157,4 @@ spec: secretKey: password remoteRef: remoteKey: radarr - property: RADARR__POSTGRES_PASSWORD \ No newline at end of file + property: RADARR__POSTGRES_PASSWORD