fix: update cnpg backup to use MINIO_ACCESS_KEY_ID from Infisical
This commit is contained in:
parent
f71496fce6
commit
75c95d6bb1
|
|
@ -21,9 +21,9 @@ spec:
|
||||||
data:
|
data:
|
||||||
- secretKey: ACCESS_KEY_ID
|
- secretKey: ACCESS_KEY_ID
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: CNPG_BACKUP_ACCESS_KEY_ID
|
key: MINIO_ACCESS_KEY_ID
|
||||||
decodingStrategy: Base64
|
decodingStrategy: Base64
|
||||||
- secretKey: ACCESS_KEY_SECRET
|
- secretKey: ACCESS_KEY_SECRET
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: CNPG_BACKUP_ACCESS_KEY_SECRET
|
key: MINIO_ACCESS_KEY_SECRET
|
||||||
decodingStrategy: Base64
|
decodingStrategy: Base64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue