diff --git a/website/content/docs/connect/config-entries/proxy-defaults.mdx b/website/content/docs/connect/config-entries/proxy-defaults.mdx index 8993915a86..d00dd21a48 100644 --- a/website/content/docs/connect/config-entries/proxy-defaults.mdx +++ b/website/content/docs/connect/config-entries/proxy-defaults.mdx @@ -203,7 +203,8 @@ spec: name: 'Namespace', type: `string: "default"`, enterprise: true, - description: 'Must be set to `default`. The configuration will apply to all namespaces.', + description: + 'Must be set to `default`. The configuration will apply to all namespaces.', yaml: false, }, { @@ -234,12 +235,6 @@ spec: description: 'If running Consul Open Source, the namespace is ignored (see [Kubernetes Namespaces in Consul OSS](/docs/k8s/crds#consul-oss)). If running Consul Enterprise see [Kubernetes Namespaces in Consul Enterprise](/docs/k8s/crds#consul-enterprise) for more details.', }, - { - name: 'partition', - enterprise: true, - description: - 'Specifies the admin partition in which the configuration will apply. The current partition is used if unspecified. Refer to the [Admin Partitions documentation](/docs/enterprise/admin-partitions) for details. The partitions parameter is not supported in Consul OSS.', - }, ], hcl: false, },