diff --git a/docs/tasks/inject-data-application/podpreset.md b/docs/tasks/inject-data-application/podpreset.md index 1234cc9f94..e6ee31a6a9 100644 --- a/docs/tasks/inject-data-application/podpreset.md +++ b/docs/tasks/inject-data-application/podpreset.md @@ -68,7 +68,7 @@ following ### Simple Pod Spec Example This is a simple example to show how a Pod spec is modified by the Pod -Injection Policy. +Preset. **User submitted pod spec:** @@ -142,8 +142,8 @@ spec: ### Pod Spec with `ConfigMap` Example -This is an example to show how a Pod spec is modified by the Pod Injection -Policy that defines a `ConfigMap` for Environment Variables. +This is an example to show how a Pod spec is modified by the Pod Preset +that defines a `ConfigMap` for Environment Variables. **User submitted pod spec:** @@ -260,7 +260,7 @@ spec: ### ReplicaSet with Pod Spec Example The following example shows that only the pod spec is modified by the Pod -Injection Policy. +Preset. **User submitted ReplicaSet:** @@ -454,8 +454,8 @@ spec: ### Conflict Example -This is a example to show how a Pod spec is not modified by the Pod Injection -Policy when there is a conflict. +This is an example to show how a Pod spec is not modified by the Pod Preset +when there is a conflict. **User submitted pod spec:**