Correct note shortcode for run-replicated-stateful-application.md (#19132)
parent
57cdc4cbab
commit
1c20ac7db5
|
@ -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
|
The example is a MySQL single-master topology with multiple slaves running
|
||||||
asynchronous replication.
|
asynchronous replication.
|
||||||
|
|
||||||
{{ < note > }}
|
{{< note >}}
|
||||||
**This is not a production configuration**. MySQL settings remain on insecure defaults to keep the focus
|
**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.
|
on general patterns for running stateful applications in Kubernetes.
|
||||||
{{ < /note > }}
|
{{< /note >}}
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue