From 73526502d9dc647404d351880274b2f56a93a1aa Mon Sep 17 00:00:00 2001 From: Thomas Edwin Santosa Date: Thu, 29 Aug 2024 23:48:37 +0700 Subject: [PATCH] Add kubectl apply to kubectl kustomize in README (#2300) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 324b9b1bf5..e5f323a36e 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ for [kustomize](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kusto use that to install MiniO Operator. ```sh -kubectl kustomize github.com/minio/operator\?ref=v6.0.3 +kubectl kustomize github.com/minio/operator\?ref=v6.0.3 | kubectl apply -f - ``` Run the following command to verify the status of the Operator: