Skip to content

Commit 54d47e9

Browse files
benjaminjbtjmoore4
authored andcommitted
Add keyType to postgres s3 helm template (CrunchyData#193)
keyType was missing from the list of s3 config fields.
1 parent 6598d45 commit 54d47e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/postgres/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ postgresVersion: 15
198198
# # keySecret is the S3 key secret. This is stored in a Secret.
199199
# keySecret: ""
200200
# # keyType can be configured to enable IAM integration via AssumeRole
201+
# # For more info, see the documentation at https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/backups/#using-an-aws-integrated-identity-provider-and-role
201202
# keyType: ""
202203
# # encryptionPassphrase is an optional parameter to enable encrypted backups
203204
# # with pgBackRest. This is encrypted by pgBackRest and does not use S3's

0 commit comments

Comments
 (0)