fix: decodingStrategy for external secrets
This commit is contained in:
parent
efc9d66195
commit
5f590fadec
|
|
@ -44,6 +44,7 @@ spec:
|
|||
- secretKey: uri
|
||||
remoteRef:
|
||||
key: GUMBO_DB_URI
|
||||
decodingStrategy: Base64
|
||||
---
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
|
|
@ -64,3 +65,4 @@ spec:
|
|||
- secretKey: dsn
|
||||
remoteRef:
|
||||
key: GUMBO_DB_URI
|
||||
decodingStrategy: Base64
|
||||
|
|
|
|||
|
|
@ -23,3 +23,4 @@ spec:
|
|||
- secretKey: password
|
||||
remoteRef:
|
||||
key: TEMPORAL_DB_PASSWORD
|
||||
decodingStrategy: Base64
|
||||
|
|
|
|||
Loading…
Reference in New Issue