From 2033ba1a206bf832ae9e453f1179396880713840 Mon Sep 17 00:00:00 2001 From: Theotime Leveque Date: Sat, 22 May 2021 14:55:10 +0200 Subject: [PATCH] fix: README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8e50dd8..d549a504 100644 --- a/README.md +++ b/README.md @@ -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.