Skip to content

Commit

Permalink
Update 03-trigger-sources.md (argoproj#1264)
Browse files Browse the repository at this point in the history
Replace broken link

Signed-off-by: AJ Bowen <aj@soulshake.net>
  • Loading branch information
soulshake authored Jun 28, 2021
1 parent b5e5d8e commit 3f7a628
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3f7a628

Please sign in to comment.