From 0a6c8ae7f52fd1e789b69f41ca94ce4ff672383b Mon Sep 17 00:00:00 2001 From: Juampy NR Date: Sun, 17 May 2020 14:38:18 +0200 Subject: [PATCH] Remove unneeded leftquotes --- content/en/docs/tutorials/stateful-application/zookeeper.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/tutorials/stateful-application/zookeeper.md b/content/en/docs/tutorials/stateful-application/zookeeper.md index 6079490eba..ee58827f83 100644 --- a/content/en/docs/tutorials/stateful-application/zookeeper.md +++ b/content/en/docs/tutorials/stateful-application/zookeeper.md @@ -723,7 +723,6 @@ unhealthy. You should use liveness probes to notify Kubernetes that your application's processes are unhealthy and it should restart them. The Pod `template` for the `zk` `StatefulSet` specifies a liveness probe. -`` ```yaml livenessProbe: