Skip to content

Commit

Permalink
edit for review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Jun 6, 2024
1 parent 0abec27 commit f123b98
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,13 +429,13 @@ spec:
value: minioadmin
- name: AWS_SECRET_ACCESS_KEY
value: minioadmin
# bucketName is mandatory, other key can be optional.
# bucketName is required. Other fields are optional.
# If backendType is s3 (default), specify the region of the bucket via region filed or AWS_REGION environment variable.
bucketConfig:
bucketName: moco
region: us-east-1
endpointURL: http://minio.default.svc:9000
usePathStyle: true
# backendType: gcs # s3 is default value, If using s3, this line can omit.
# region: AWS_REGION # When backendType is s3, must specify AWS region. This line can be omittable in other case.
# MOCO uses a filesystem volume to store data temporarily.
workVolume:
# Using emptyDir as a working directory is NOT recommended.
Expand Down Expand Up @@ -471,10 +471,9 @@ spec:
jobConfig:
bucketConfig:
bucketName: "$(BUCKET_NAME)"
region: us-east-1
endpointURL: http://minio.default.svc:9000
usePathStyle: true
# backendType: gcs # If using s3, this line can omit.
# region: AWS_REGION # When backendType is s3, must specify AWS region.
envFrom:
- configMapRef:
name: bucket-name
Expand Down Expand Up @@ -576,10 +575,9 @@ spec:
value: minioadmin
bucketConfig:
bucketName: moco
region: us-east-1
endpointURL: http://minio.default.svc:9000
usePathStyle: true
# backendType: gcs # If using s3, this line can omit.
# region: AWS_REGION # When backendType is s3, must specify AWS region.
workVolume:
emptyDir: {}
...
Expand Down

0 comments on commit f123b98

Please sign in to comment.