We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc7fd8f + c483ada commit 0df6a24Copy full SHA for 0df6a24
docs/concepts/workloads/pods/podpreset.md
@@ -41,7 +41,7 @@ When a pod creation request occurs, the system does the following:
41
the pod _without_ any injected resources from the `PodPreset`.
42
1. Annotate the resulting modified Pod spec to indicate that it has been
43
modified by a `PodPreset`. The annotation is of the form
44
- `podpreset.admission.kubernetes.io/podpreset-<pod-preset name>": "<resource version>"`.
+ `podpreset.admission.kubernetes.io/podpreset-<pod-preset name>: "<resource version>"`.
45
46
Each Pod can be matched zero or more Pod Presets; and each `PodPreset` can be
47
applied to zero or more pods. When a `PodPreset` is applied to one or more
0 commit comments