Skip to content

Commit

Permalink
Unhide CLI inject's --disable-tap now that #2811 has been addressed
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Pedraza <alejandro.pedraza@gmail.com>
  • Loading branch information
alpeb committed May 15, 2019
1 parent 512dcd3 commit 777ddf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/cmd/inject.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ sub-folders, or coming from stdin.`,
&options.disableTap, "disable-tap", options.disableTap,
"Disables resources from from being tapped",
)
// hidden till support on the proxy-side (#2811) lands
flags.MarkHidden("disable-tap")

flags.BoolVar(
&options.ignoreCluster, "ignore-cluster", options.ignoreCluster,
Expand Down

0 comments on commit 777ddf9

Please sign in to comment.