Skip to content

Commit 0df6a24

Browse files
authored
Merge pull request kubernetes#6632 from xuhuilong/patch-13
Update podpreset.md
2 parents bc7fd8f + c483ada commit 0df6a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/workloads/pods/podpreset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When a pod creation request occurs, the system does the following:
4141
the pod _without_ any injected resources from the `PodPreset`.
4242
1. Annotate the resulting modified Pod spec to indicate that it has been
4343
modified by a `PodPreset`. The annotation is of the form
44-
`podpreset.admission.kubernetes.io/podpreset-<pod-preset name>": "<resource version>"`.
44+
`podpreset.admission.kubernetes.io/podpreset-<pod-preset name>: "<resource version>"`.
4545

4646
Each Pod can be matched zero or more Pod Presets; and each `PodPreset` can be
4747
applied to zero or more pods. When a `PodPreset` is applied to one or more

0 commit comments

Comments
 (0)