fix: update cnpg backup to use MINIO_ACCESS_KEY_ID from Infisical

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

View File

@ -21,9 +21,9 @@ spec:
data:
- secretKey: ACCESS_KEY_ID
remoteRef:
key: CNPG_BACKUP_ACCESS_KEY_ID
key: MINIO_ACCESS_KEY_ID
decodingStrategy: Base64
- secretKey: ACCESS_KEY_SECRET
remoteRef:
key: CNPG_BACKUP_ACCESS_KEY_SECRET
key: MINIO_ACCESS_KEY_SECRET
decodingStrategy: Base64