summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/design-proposals/pod-preset.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/pod-preset.md b/contributors/design-proposals/pod-preset.md
index 6247c3d1..094bc7bc 100644
--- a/contributors/design-proposals/pod-preset.md
+++ b/contributors/design-proposals/pod-preset.md
@@ -220,7 +220,7 @@ changes to `Volumes` apply to the pod spec for all pods matching `Selector`.
The resultant modified pod spec will be annotated to show that it was modified by
the `PodPreset`. This will be of the form
-`podpreset.admission.kubernetes.io/<pip name>": "<resource version>"`.
+`podpreset.admission.kubernetes.io/podpreset-<pip name>": "<resource version>"`.
*Why modify all containers in a pod?*