Skip to content

Commit

Permalink
Add kubectl apply to kubectl kustomize in README (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomedw committed Aug 29, 2024
1 parent 44217fb commit 7352650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7352650

Please sign in to comment.