1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

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 <mail@ramondeklein.nl>
This commit is contained in:
Andrea Longo
2024-05-15 14:00:28 -06:00
committed by GitHub
parent 80a28862e7
commit 1933043f7e

View File

@ -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: