From 1933043f7e847fef612f9e6e51f3f189d2d91a3f Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Wed, 15 May 2024 14:00:28 -0600 Subject: [PATCH] quote the kubectl apply -k command (#1217) By request, for readability and also apparently it will then work on other platforms too. --------- Co-authored-by: Ramon de Klein --- .../install-deploy-manage/deploy-operator-kustomize.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/operations/install-deploy-manage/deploy-operator-kustomize.rst b/source/operations/install-deploy-manage/deploy-operator-kustomize.rst index 2bd4c636..61b4dba5 100644 --- a/source/operations/install-deploy-manage/deploy-operator-kustomize.rst +++ b/source/operations/install-deploy-manage/deploy-operator-kustomize.rst @@ -54,7 +54,7 @@ The following procedure uses ``kubectl -k`` to install the Operator from the Min :class: copyable :substitutions: - kubectl apply -k github.com/minio/operator\?ref=v|operator-version-stable| + kubectl apply -k "github.com/minio/operator?ref=v|operator-version-stable|" The output resembles the following: