Skip to content

Commit

Permalink
Revert "update minio e2e test object store access" (#170)
Browse files Browse the repository at this point in the history
This reverts commit 1836037.

Signed-off-by: Xiangjing Li <[email protected]>
  • Loading branch information
xiangjingli authored May 11, 2021
1 parent 1836037 commit 3c4fbb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/channel-alone/objectstore_channel_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:
namespace: ch-obj
spec:
type: ObjectBucket
pathname: http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/backend-test
pathname: http://ec2-34-227-89-198.compute-1.amazonaws.com:9000/backend-test
sourceNamespaces:
- default
secretRef:
Expand All @@ -43,5 +43,5 @@ metadata:
name: dev
namespace: ch-obj
data:
AccessKeyID: N1dmRGNNcnBwemVucEFkTG5SeDg= #<base64 encode username>
SecretAccessKey: cVh3Y2hieFJobjd6YWVNU1hNSloyTjhQQTdvN1AwRk03OGNzcUR5Ng== #<base64 encode password>
AccessKeyID: YWRtaW4= #<base64 encode username>
SecretAccessKey: cGFzc3dvcmRhZG1pbg== #<base64 encode password>

0 comments on commit 3c4fbb1

Please sign in to comment.