docs: Fix typo in service resolver's RingHashConfig

Fix typo in documentation for service resolver's RingHashConfig. The
correct child parameters are `MinimumRingSize` and `MaximumRingSize`.
pull/12128/head
Blake Covarrubias 3 years ago committed by Blake Covarrubias
parent fe4b53df22
commit 17f8c311be

@ -546,13 +546,13 @@ spec:
description: 'Configuration for the `ring_hash` policy type.',
children: [
{
name: 'MinimumRingRize',
name: 'MinimumRingSize',
type: 'int: 1024',
description:
'Determines the minimum number of entries in the hash ring.',
},
{
name: 'MaximumRingRize',
name: 'MaximumRingSize',
type: 'int: 8192',
description:
'Determines the maximum number of entries in the hash ring.',

Loading…
Cancel
Save