From 60bceedce9978d229e97118e19115f78ca3ffdc0 Mon Sep 17 00:00:00 2001 From: JuleeB1 <42522858+JuleeB1@users.noreply.github.com> Date: Tue, 21 Aug 2018 13:24:01 -0500 Subject: [PATCH] Added Note Formatting (#9990) Added note tags to the text. --- content/en/docs/tasks/administer-federation/secret.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tasks/administer-federation/secret.md b/content/en/docs/tasks/administer-federation/secret.md index 028a1f1624..94a4fc0a98 100644 --- a/content/en/docs/tasks/administer-federation/secret.md +++ b/content/en/docs/tasks/administer-federation/secret.md @@ -85,9 +85,8 @@ For example, you can do that using kubectl by running: kubectl --context=federation-cluster delete secret mysecret ``` -Note that at this point, deleting a federated secret will not delete the -corresponding secrets from underlying clusters. -You must delete the underlying secrets manually. -We intend to fix this in the future. +{{< note >}} +**Note:** At this point, deleting a federated secret will not delete the corresponding secrets from underlying clusters. You must delete the underlying secrets manually. We intend to fix this in the future. +{{< /note >}} {{% /capture %}}