fix: add Base64 decoding strategy to cnpg backup credentials
This commit is contained in:
parent
a1a028b2e9
commit
f71496fce6
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue