From 6283e51faa9fabd1f807478dea698fdaef7099c5 Mon Sep 17 00:00:00 2001 From: Nail Islamov Date: Fri, 23 Jun 2017 07:21:14 +1000 Subject: [PATCH] Replace "Pod Injection Policy" with "Pod Preset" (#3667) * Replace "Pod Injection Policy" with "Pod Preset" There are some leftovers of the old term, fixing it. * Extra typos fix, line breaks --- docs/tasks/inject-data-application/podpreset.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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:**