Update S3 credentials key names in CloudNativePG configuration
This commit is contained in:
parent
16185d1304
commit
6f544b9b55
@ -75,10 +75,10 @@ spec:
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: postgres-backup-bucket
|
||||
key: ACCESS_KEY_ID
|
||||
key: AWS_ACCESS_KEY_ID
|
||||
secretAccessKey:
|
||||
name: postgres-backup-bucket
|
||||
key: ACCESS_SECRET_KEY
|
||||
key: AWS_ACCESS_SECRET_KEY
|
||||
data:
|
||||
compression: bzip2
|
||||
wal:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user