From 8e919aa2c238e4da2cf3c7d1fb227ec29fd5f073 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Wed, 4 Sep 2019 23:40:59 +0900 Subject: [PATCH] correct field name; lower camel case (#16206) --- .../tasks/configure-pod-container/share-process-namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/share-process-namespace.md b/content/en/docs/tasks/configure-pod-container/share-process-namespace.md index 3947b64a28..83924865c5 100644 --- a/content/en/docs/tasks/configure-pod-container/share-process-namespace.md +++ b/content/en/docs/tasks/configure-pod-container/share-process-namespace.md @@ -36,7 +36,7 @@ may be disabled by setting `--feature-gates=PodShareProcessNamespace=false`. ## Configure a Pod -Process Namespace Sharing is enabled using the `ShareProcessNamespace` field of +Process Namespace Sharing is enabled using the `shareProcessNamespace` field of `v1.PodSpec`. For example: {{< codenew file="pods/share-process-namespace.yaml" >}}