Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update 03-trigger-sources.md #1264

Merged
merged 1 commit into from
Jun 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/03-trigger-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For this tutorial, lets set up a minio server which is S3 compliant store.
1. Create a K8s secret called `artifacts-minio` that holds your minio access key and secret key.
The access key must be stored under `accesskey` key and secret key must be stored under `secretkey`.

2. Follow steps described [here](https://github.com/minio/minio/blob/master/docs/orchestration/kubernetes/k8s-yaml.md#minio-standalone-server-deployment) to set up the minio server.
2. Follow steps described [here](https://github.com/minio/minio/tree/master/docs/orchestration/kubernetes#minio-deployment-on-kubernetes) to set up the minio server.

3. Make sure a service is available to expose the minio server.

Expand Down