From e217e1538a7badcb0c1f8b8ee383576c57608e98 Mon Sep 17 00:00:00 2001 From: Vladislav Klimenko Date: Thu, 14 May 2020 20:04:34 +0300 Subject: [PATCH] docs: fix path to minio-operator.yaml file Signed-off-by: Vladislav Klimenko --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c51448c4b8..976a7f7b967 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ MinIO is a high performance distributed object storage server, designed for larg ### Create Operator and related resources -To start MinIO-Operator, use the `docs/minio-operator.yaml` file. +To start MinIO-Operator, use the `minio-operator.yaml` file. ``` kubectl create -f https://raw.githubusercontent.com/minio/minio-operator/master/minio-operator.yaml