From 1482410dbffcc81d66b587be0e26cda71e6d3dad Mon Sep 17 00:00:00 2001 From: Martin Magr Date: Fri, 9 Oct 2020 17:18:54 +0200 Subject: [PATCH] [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 --- deployment/metrics/collectd-container-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/metrics/collectd-container-puppet.yaml b/deployment/metrics/collectd-container-puppet.yaml index 73099a14bb..cfeff7770a 100644 --- a/deployment/metrics/collectd-container-puppet.yaml +++ b/deployment/metrics/collectd-container-puppet.yaml @@ -313,7 +313,7 @@ parameters: CollectdSensubilityShellPath: type: string description: Path to shell used for executing check scripts. - default: /usr/bin/sh + default: /usr/bin/bash CollectdSensubilityWorkerCount: type: number description: Number of goroutines spawned for executing check scripts.