[TRAIN-ONLY] Change default sensubility execution shell

The check-container-health check has contructs that raises syntax error
when executed by sh.

Change-Id: Idae3b9b94984902aa8e7f5c3f595d01e35e24af7
This commit is contained in:
Martin Magr 2020-10-09 17:18:54 +02:00
parent 0a10aaba1b
commit 1482410dbf
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ parameters:
CollectdSensubilityShellPath: CollectdSensubilityShellPath:
type: string type: string
description: Path to shell used for executing check scripts. description: Path to shell used for executing check scripts.
default: /usr/bin/sh default: /usr/bin/bash
CollectdSensubilityWorkerCount: CollectdSensubilityWorkerCount:
type: number type: number
description: Number of goroutines spawned for executing check scripts. description: Number of goroutines spawned for executing check scripts.