Fix typo in S3 credentials bucket name for Postgres backup configuration

This commit is contained in:
Marco van Zijl 2025-05-10 11:33:34 +02:00
parent 4ee15f6930
commit 462bbe511b

View File

@ -74,7 +74,7 @@ spec:
destinationPath: "s3://backup-cnpg/" destinationPath: "s3://backup-cnpg/"
s3Credentials: s3Credentials:
accessKeyId: accessKeyId:
name: postgrs-backup-bucket name: postgres-backup-bucket
key: ACCESS_KEY_ID key: ACCESS_KEY_ID
secretAccessKey: secretAccessKey:
name: postgres-backup-bucket name: postgres-backup-bucket