fix: add Base64 decoding strategy to cnpg backup credentials

This commit is contained in:
Antigravity 2026-05-21 16:24:31 -04:00
parent a1a028b2e9
commit f71496fce6
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ spec:
- secretKey: ACCESS_KEY_ID - secretKey: ACCESS_KEY_ID
remoteRef: remoteRef:
key: CNPG_BACKUP_ACCESS_KEY_ID key: CNPG_BACKUP_ACCESS_KEY_ID
decodingStrategy: Base64
- secretKey: ACCESS_KEY_SECRET - secretKey: ACCESS_KEY_SECRET
remoteRef: remoteRef:
key: CNPG_BACKUP_ACCESS_KEY_SECRET key: CNPG_BACKUP_ACCESS_KEY_SECRET
decodingStrategy: Base64