Skip to content

Commit 74e5ea5

Browse files
authored
Merge pull request #38628 from windsonsea/overvie
Fix bullet alignment in config overview
2 parents 0dc101b + 575554f commit 74e5ea5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/concepts/configuration/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ to others, please don't hesitate to file an issue or submit a PR.
102102
See the [guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) app
103103
for examples of this approach.
104104

105-
A Service can be made to span multiple Deployments by omitting release-specific labels from its
106-
selector. When you need to update a running service without downtime, use a
107-
[Deployment](/docs/concepts/workloads/controllers/deployment/).
105+
A Service can be made to span multiple Deployments by omitting release-specific labels from its
106+
selector. When you need to update a running service without downtime, use a
107+
[Deployment](/docs/concepts/workloads/controllers/deployment/).
108108

109-
A desired state of an object is described by a Deployment, and if changes to that spec are
110-
_applied_, the deployment controller changes the actual state to the desired state at a controlled
111-
rate.
109+
A desired state of an object is described by a Deployment, and if changes to that spec are
110+
_applied_, the deployment controller changes the actual state to the desired state at a controlled
111+
rate.
112112

113113
- Use the [Kubernetes common labels](/docs/concepts/overview/working-with-objects/common-labels/)
114114
for common use cases. These standardized labels enrich the metadata in a way that allows tools,

0 commit comments

Comments
 (0)