From 2fe0ba49ba055ae009ca7defe8b86102cca5b3a1 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 18 Mar 2021 11:54:43 -0400 Subject: [PATCH] Fixing formatting in leader election documentation --- README.adoc | 4 +--- docs/src/main/asciidoc/leader-election.adoc | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 67791e11..e14f007d 100644 --- a/README.adoc +++ b/README.adoc @@ -884,11 +884,9 @@ Fabric8 Leader Implementation ---- ==== -==== - To specify the name of the configmap used for leader election use the following property. ==== -[source] +[source,properties] ---- spring.cloud.kubernetes.leader.config-map-name=leader ---- diff --git a/docs/src/main/asciidoc/leader-election.adoc b/docs/src/main/asciidoc/leader-election.adoc index 474b1eb6..0a03a764 100644 --- a/docs/src/main/asciidoc/leader-election.adoc +++ b/docs/src/main/asciidoc/leader-election.adoc @@ -20,11 +20,9 @@ Fabric8 Leader Implementation ---- ==== -==== - To specify the name of the configmap used for leader election use the following property. ==== -[source] +[source,properties] ---- spring.cloud.kubernetes.leader.config-map-name=leader ----