Merge "MaxFailPercentage: default to 0"
This commit is contained in:
commit
7594d87156
@ -219,10 +219,8 @@ parameters:
|
|||||||
{{role.name}}AnyErrorsFatal:
|
{{role.name}}AnyErrorsFatal:
|
||||||
default: yes
|
default: yes
|
||||||
type: string
|
type: string
|
||||||
{#- We generally won't want any failures on HA Controller roles, 15% will cause any 1 node to fail the deploy, #}
|
|
||||||
{#- for a 3 or 5 node Role, making it a fairly safe default. #}
|
|
||||||
{{role.name}}MaxFailPercentage:
|
{{role.name}}MaxFailPercentage:
|
||||||
default: 15
|
default: 0
|
||||||
type: number
|
type: number
|
||||||
{{role.name}}Count:
|
{{role.name}}Count:
|
||||||
description: Number of {{role.name}} nodes to deploy
|
description: Number of {{role.name}} nodes to deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user