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
|
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
|
||||||
|
|
Loading…
Reference in a new issue