Skip to content

Commit

Permalink
K8SPSMDB-1224 add credentialsSecret to S3 configuration and apply sto…
Browse files Browse the repository at this point in the history
…rage secrets in run script (#1789)

* add credentialsSecret to S3 configuration and apply storage secrets in run script

* remove minio-secret.yml from kubectl apply command in run script
  • Loading branch information
ptankov authored Jan 15, 2025
1 parent 60e5e69 commit e2f81af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions e2e-tests/pitr-sharded/conf/eks-some-name-rs0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
region: us-east-1
bucket: operator-testing
prefix: psmdb-pitr-demand-backup-eks-credentials
credentialsSecret: aws-s3-secret
pitr:
enabled: false
oplogSpanMin: 2
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/pitr-sharded/run
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ main() {
desc 'create secrets and start client'
kubectl_bin apply \
-f "$conf_dir/secrets.yml" \
-f "$conf_dir/client.yml" \
-f $conf_dir/minio-secret.yml
-f "$conf_dir/client.yml"
apply_s3_storage_secrets

desc 'create custom RuntimeClass'
if version_gt "1.19" && [ $EKS -ne 1 ]; then
Expand Down

0 comments on commit e2f81af

Please sign in to comment.