Update pushsecret.
This commit is contained in:
parent
4d25eceae8
commit
13546f8fff
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue