From 36cb7aff3e4585b69ac8da761d13a95bc33fa062 Mon Sep 17 00:00:00 2001 From: Shamsher Ansari Date: Thu, 9 Apr 2020 19:27:09 +0530 Subject: [PATCH] Update sed to include space before boolen value (#7038) * Update sed to include space before boolen value * remove backslash --- .../en/docs/ops/configuration/mesh/app-health-check/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/ops/configuration/mesh/app-health-check/index.md b/content/en/docs/ops/configuration/mesh/app-health-check/index.md index 0d67099755..d72166ecec 100644 --- a/content/en/docs/ops/configuration/mesh/app-health-check/index.md +++ b/content/en/docs/ops/configuration/mesh/app-health-check/index.md @@ -113,7 +113,7 @@ You have two ways to enable Istio to rewrite the liveness HTTP probes. **Alternatively**, update the configuration map of Istio sidecar injection: {{< text bash >}} -$ kubectl get cm istio-sidecar-injector -n istio-system -o yaml | sed -e 's/"rewriteAppHTTPProbe":false/"rewriteAppHTTPProbe":true/' | kubectl apply -f - +$ kubectl get cm istio-sidecar-injector -n istio-system -o yaml | sed -e 's/"rewriteAppHTTPProbe": false/"rewriteAppHTTPProbe": true/' | kubectl apply -f - {{< /text >}} The above installation option and configuration map, each instruct the sidecar injection process to automatically