From db86e242c0283df8264d7f79c7488bc10702dc7c Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Thu, 7 Mar 2024 00:54:03 +0100 Subject: [PATCH] docs(README): Simplify kustomize command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f03e8b..4b5b426e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ But in the time-honored tradition of `curl ${script} | sudo sh -` here is a nice ```shell script # Y.O.L.O. -kustomize build github.com/rancher/system-upgrade-controller | kubectl apply -f - +kubectl apply -k github.com/rancher/system-upgrade-controller ``` ### Example Plans