fix: decodingStrategy for external secrets

This commit is contained in:
Antigravity 2026-05-21 17:44:33 -04:00
parent efc9d66195
commit 5f590fadec
2 changed files with 3 additions and 0 deletions

View File

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

View File

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