Skip to content

Commit

Permalink
fix: README.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thylong authored and leodido committed May 22, 2021
1 parent d0b4d48 commit 2033ba1
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 @@ -273,7 +273,7 @@ kubectl trace run --namespace=mynamespace --serviceaccount=kubectltrace ip-180-1

There may be times when you need to customize the job descriptor that kubectl-trace generates. You can provide a patch file that will modify any of the job's attributes before it executes on the cluster.

The the `--patch` and `--patch-type` arguments to the `run` command specify your patch file's location and merge strategy:
The `--patch` and `--patch-type` arguments to the `run` command specify your patch file's location and merge strategy:

* `--patch` - sets the path to a YAML or JSON file containing your patch.
* `--patch-type` - sets the strategy that will be used to modify the job descriptor.
Expand Down

0 comments on commit 2033ba1

Please sign in to comment.