diff --git a/contributors/design-proposals/pod-preset.md b/contributors/design-proposals/pod-preset.md index 6247c3d1f..094bc7bc6 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/": ""`. +`podpreset.admission.kubernetes.io/podpreset-": ""`. *Why modify all containers in a pod?*