Skip to content

Commit

Permalink
quote the kubectl apply -k command (#1217)
Browse files Browse the repository at this point in the history
By request, for readability and also apparently it will then work on
other platforms too.

---------

Co-authored-by: Ramon de Klein <[email protected]>
  • Loading branch information
feorlen and ramondeklein committed May 15, 2024
1 parent 80a2886 commit 1933043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 1933043

Please sign in to comment.