Skip to content

Commit 611496f

Browse files
author
Jonathan S. Katz
committed
Align pgBackRest S3 disable verify TLS settings
Some of these appeared as bools instead of strings, which meant it was not properly aligned in 5b2be2b
1 parent 02f115d commit 611496f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installers/ansible/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ backrest_aws_s3_key: ""
77
backrest_aws_s3_region: ""
88
backrest_aws_s3_secret: ""
99
backrest_aws_s3_uri_style: ""
10-
backrest_aws_s3_verify_tls: true
10+
backrest_aws_s3_verify_tls: "true"
1111
backrest_port: "2022"
1212
badger: "false"
1313
ccp_image_prefix: "registry.developers.crunchydata.com/crunchydata"

installers/helm/postgres-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ backrest_aws_s3_key: ""
3131
backrest_aws_s3_region: ""
3232
backrest_aws_s3_secret: ""
3333
backrest_aws_s3_uri_style: ""
34-
backrest_aws_s3_verify_tls: true
34+
backrest_aws_s3_verify_tls: "true"
3535
backrest_port: "2022"
3636
badger: "false"
3737
ccp_image_prefix: "registry.developers.crunchydata.com/crunchydata"

0 commit comments

Comments
 (0)