-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Adam Gardner <[email protected]>
- Loading branch information
1 parent
cfa9021
commit 6d10301
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Trace Helm with Tracepusher | ||
|
||
It is possible to trace `helm` commands using tracepusher. | ||
|
||
Just add the word `trace` to any regulard `helm` command. | ||
|
||
For example, `helm version` becomes `helm trace version` | ||
|
||
## Instructions | ||
|
||
1. Download and add a tracepusher binary to your `PATH` | ||
1. Install `helm trace` plugin: | ||
|
||
``` | ||
helm plugin install https://github.com/agardnerit/helm-trace | ||
``` | ||
|
||
Full documentation is available on the [helm trace GitHub repo](https://github.com/agardnerIT/helm-trace). |