fix: remove decodingStrategy from db secrets
This commit is contained in:
parent
5f590fadec
commit
7ba65f8acb
|
|
@ -44,7 +44,6 @@ spec:
|
|||
- secretKey: uri
|
||||
remoteRef:
|
||||
key: GUMBO_DB_URI
|
||||
decodingStrategy: Base64
|
||||
---
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
|
|
@ -65,4 +64,3 @@ spec:
|
|||
- secretKey: dsn
|
||||
remoteRef:
|
||||
key: GUMBO_DB_URI
|
||||
decodingStrategy: Base64
|
||||
|
|
|
|||
|
|
@ -23,4 +23,3 @@ spec:
|
|||
- secretKey: password
|
||||
remoteRef:
|
||||
key: TEMPORAL_DB_PASSWORD
|
||||
decodingStrategy: Base64
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ schema:
|
|||
enabled: true
|
||||
server:
|
||||
replicaCount: 1
|
||||
# Inject DB password from the ExternalSecret-managed Secret
|
||||
# Inject DB password from the CNPG-managed Secret
|
||||
extraEnv:
|
||||
- name: TEMPORAL_DB_PASSWORD
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Reference in New Issue