Update sed to include space before boolen value (#7038)

* Update sed to include space before boolen value

* remove backslash
This commit is contained in:
Shamsher Ansari 2020-04-09 19:27:09 +05:30 committed by GitHub
parent 55accd83b4
commit 36cb7aff3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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