Skip to content

Commit

Permalink
Add comment about AWS endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrox committed Jul 29, 2018
1 parent 8a31ac8 commit 59baca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/kubernetes/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
stringData:
accessKeyID: <YOUR_ACCESS_KEY_ID>
secretAccessKey: <YOUR_SECRET_ACCES_KEY>
# For AWS set it to "https://s3.amazonaws.com"
endpoint: <S3_ENDPOINT_URL>
# If not on S3, set it to ""
region: <S3_REGION>
Expand Down

0 comments on commit 59baca1

Please sign in to comment.