fix: remove decodingStrategy from db secrets

This commit is contained in:
Antigravity 2026-05-21 17:50:09 -04:00
parent 5f590fadec
commit 7ba65f8acb
3 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -23,4 +23,3 @@ spec:
- secretKey: password
remoteRef:
key: TEMPORAL_DB_PASSWORD
decodingStrategy: Base64

View File

@ -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: