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" >}}