Remove the ControllerCount contraint

Some deployments want to deploy zero controllers, and this will become
a more likely configuration when support for custom roles lands (e.g
a set of decomposed custom roles vs the monolithic controller role
may be deployed instead).

Change-Id: Idb21779f3ad9d875576bdb5e6502ed27a72600ba
This commit is contained in:
Steven Hardy 2016-07-20 11:55:12 +01:00
parent 970fcfcb58
commit ac1a10e26b
1 changed files with 0 additions and 2 deletions

View File

@ -149,8 +149,6 @@ parameters:
ControllerCount:
type: number
default: 1
constraints:
- range: {min: 1}
controllerExtraConfig:
default: {}
description: |