Skip to content

Commit

Permalink
fix --context typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzielenski authored Apr 1, 2024
1 parent 3c10cee commit 7e4d490
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 @@ -90,7 +90,7 @@ This is done automatically if your cluster is the currently active context,
or you can supply the name of the context for the cluster you'd like to use:

```sh
kubectl validate ./my_crd.yaml --context <cluster_context>
kubectl validate ./my_crd.yaml --kube-context <cluster_context>
```

### Local CRDs
Expand Down

0 comments on commit 7e4d490

Please sign in to comment.