applying latest round of feedback

This commit is contained in:
trujillo-adam 2022-01-14 09:51:57 -08:00
parent f072adc618
commit 71907728ff
1 changed files with 2 additions and 7 deletions

View File

@ -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,
},