From 81086664f1e0c3c92cf8df05e195a19befbfae4a Mon Sep 17 00:00:00 2001 From: Artur Zylinski Date: Wed, 7 Jul 2021 14:10:10 +0200 Subject: [PATCH] Update Operator pattern page, example section Remove "in more detail" repetition --- content/en/docs/concepts/extend-kubernetes/operator.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/extend-kubernetes/operator.md b/content/en/docs/concepts/extend-kubernetes/operator.md index 1fb591a1e5..5f9ad4da35 100644 --- a/content/en/docs/concepts/extend-kubernetes/operator.md +++ b/content/en/docs/concepts/extend-kubernetes/operator.md @@ -51,8 +51,7 @@ Some of the things that you can use an operator to automate include: * choosing a leader for a distributed application without an internal member election process -What might an Operator look like in more detail? Here's an example in more -detail: +What might an Operator look like in more detail? Here's an example: 1. A custom resource named SampleDB, that you can configure into the cluster. 2. A Deployment that makes sure a Pod is running that contains the