From 1c20ac7db5caaa2ef3d138e1f9601d0b297f269c Mon Sep 17 00:00:00 2001 From: Jie Shen Date: Sat, 15 Feb 2020 15:27:27 +0800 Subject: [PATCH] Correct note shortcode for run-replicated-stateful-application.md (#19132) --- .../run-application/run-replicated-stateful-application.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/run-application/run-replicated-stateful-application.md b/content/en/docs/tasks/run-application/run-replicated-stateful-application.md index 13bebe9f53..7a85a74014 100644 --- a/content/en/docs/tasks/run-application/run-replicated-stateful-application.md +++ b/content/en/docs/tasks/run-application/run-replicated-stateful-application.md @@ -18,10 +18,10 @@ This page shows how to run a replicated stateful application using a The example is a MySQL single-master topology with multiple slaves running asynchronous replication. -{{ < note > }} +{{< note >}} **This is not a production configuration**. MySQL settings remain on insecure defaults to keep the focus on general patterns for running stateful applications in Kubernetes. -{{ < /note > }} +{{< /note >}} {{% /capture %}}