From b5dd4cf31b0506f314a674ed08526d337b68293d Mon Sep 17 00:00:00 2001 From: AsocPro Date: Tue, 29 Oct 2024 04:29:54 -0600 Subject: [PATCH] Fix base example url (#2349) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d19545ffbd1..4b90e0c0a5e 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ We provide a variety of examples for creating MinIO Tenants in the `examples` di 4-node MinIO Tenant with 4 volumes per node: ```yaml -kubectl apply -k github.com/minio/operator/examples/kustomization/bases +kubectl apply -k github.com/minio/operator/examples/kustomization/base ``` ### 3) Connect to the Tenant