Skip to content

Commit 4b1df4d

Browse files
authored
Merge pull request #28833 from azylinski/azylinski-operator-repetition
Update Operator pattern page, example section
2 parents fb7bdd5 + 8108666 commit 4b1df4d

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)