Remove env variable from s3 bucket job
Remove the TLS_OPTION env from helm-toolkit s3-bucket job. There can be different option for tls connection, depending on whether the rgw server is local or remote. This change allows the create-s3-bucket script to customize its connection argument which can be pulled from values.yaml. Change-Id: I2a34c1698e02cd71905bc6ef66f4aefcd5e25e44
This commit is contained in:
@@ -928,10 +928,14 @@ storage:
|
||||
# client: default
|
||||
# options: # list of extra options for s3cmd
|
||||
# - --region="default:osh-infra"
|
||||
# # SSL connection option for s3cmd
|
||||
# ssl_connecton_option: --ca-certs={path to mounted ca.crt}
|
||||
# - name: backup-bucket
|
||||
# client: backup
|
||||
# options: # list of extra options for s3cmd
|
||||
# - --region="default:backup"
|
||||
# # SSL connection option for s3cmd
|
||||
# ssl_connecton_option: --ca-certs={path to mounted ca.crt}
|
||||
|
||||
manifests:
|
||||
certificates: false
|
||||
|
||||
Reference in New Issue
Block a user