Skip to content

Commit

Permalink
Fix s3 example docs of IL&JI
Browse files Browse the repository at this point in the history
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
  • Loading branch information
JimmyYang20 committed Aug 27, 2021
1 parent 04e518f commit 4efb7a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/storage/s3/incremental_learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ metadata:
name: mysecret
annotations:
s3-endpoint: s3.amazonaws.com # replace with your s3 endpoint e.g minio-service.kubeflow:9000
s3-usehttps: "1" # by default 1, if testing with minio you can set to 0
stringData: # use `stringData` for raw credential string or `data` for base64 encoded string
s3-usehttps: "1" # by default 1, if testing with minio you can set to 0
stringData:
ACCESS_KEY_ID: XXXX
SECRET_ACCESS_KEY: XXXXXXXX
EOF
Expand Down
4 changes: 2 additions & 2 deletions examples/storage/s3/joint_inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ metadata:
name: mysecret
annotations:
s3-endpoint: s3.amazonaws.com # replace with your s3 endpoint e.g minio-service.kubeflow:9000
s3-usehttps: "1" # by default 1, if testing with minio you can set to 0
stringData: # use `stringData` for raw credential string or `data` for base64 encoded string
s3-usehttps: "1" # by default 1, if testing with minio you can set to 0
stringData:
ACCESS_KEY_ID: XXXX
SECRET_ACCESS_KEY: XXXXXXXX
EOF
Expand Down

0 comments on commit 4efb7a1

Please sign in to comment.