applying latest round of feedback
This commit is contained in:
parent
f072adc618
commit
71907728ff
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue