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