From 8f97e35047b6de2e9a995ada698e3f72daf519a8 Mon Sep 17 00:00:00 2001 From: Spyros Trigazis Date: Tue, 14 May 2019 17:02:40 +0200 Subject: [PATCH] [cern] Fix fluentd configmap indentation Without the correct indentation we can not create the configmap and fluentd does not start. Signed-off-by: Spyros Trigazis --- .../common/templates/kubernetes/fragments/add-logging.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/magnum/drivers/common/templates/kubernetes/fragments/add-logging.sh b/magnum/drivers/common/templates/kubernetes/fragments/add-logging.sh index 2027cbd85..3a6cc740a 100644 --- a/magnum/drivers/common/templates/kubernetes/fragments/add-logging.sh +++ b/magnum/drivers/common/templates/kubernetes/fragments/add-logging.sh @@ -10,9 +10,9 @@ if [ ! -z "$LOGGING_TYPE" ]; then if [ "$(echo "$LOGGING_INCLUDE_INTERNAL" | tr '[:upper:]' '[:lower:]')" != "true" ]; then # exclude everything coming from the kube-system pods KUBE_SYSTEM_CONFIG_FILTER=$(cat << 'EOF' - - @type null - + + @type null + EOF ) else -- GitLab