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