Skip to content

Commit 8108666

Browse files
authored
Update Operator pattern page, example section
Remove "in more detail" repetition
1 parent c4f7026 commit 8108666

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/concepts/extend-kubernetes/operator.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ Some of the things that you can use an operator to automate include:
5151
* choosing a leader for a distributed application without an internal
5252
member election process
5353

54-
What might an Operator look like in more detail? Here's an example in more
55-
detail:
54+
What might an Operator look like in more detail? Here's an example:
5655

5756
1. A custom resource named SampleDB, that you can configure into the cluster.
5857
2. A Deployment that makes sure a Pod is running that contains the

0 commit comments

Comments
 (0)