From 7f7829fcebf08b457e2b9843862d0b371bf24a9c Mon Sep 17 00:00:00 2001 From: Qiming Date: Sun, 1 Dec 2019 13:21:03 +0800 Subject: [PATCH] Fix the format of prerequisites section (#17892) for: #17652 --- .../tutorials/configuration/configure-redis-using-configmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md b/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md index 8e2c9a924c..7ae7fb087b 100644 --- a/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md +++ b/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md @@ -24,7 +24,8 @@ This page provides a real world example of how to configure Redis using a Config {{% capture prerequisites %}} -* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}} +{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}} + * The example shown on this page works with `kubectl` 1.14 and above. * Understand [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/).