From aebed79f6b2cf72615037271e75888396fe1640f Mon Sep 17 00:00:00 2001 From: bborbely Date: Tue, 23 Jul 2019 09:34:07 +0200 Subject: [PATCH] remove fluentd-secrets (not needed anymore) Change-Id: Ib66cf549204b5ac48417d6327b9f5b739c345d50 Signed-off-by: bborbely --- SPECS/infra-charts.spec | 2 +- infra-charts/templates/fluentd-daemonset.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/SPECS/infra-charts.spec b/SPECS/infra-charts.spec index f9eb307..c7d329e 100644 --- a/SPECS/infra-charts.spec +++ b/SPECS/infra-charts.spec @@ -15,7 +15,7 @@ %define COMPONENT infra-charts %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 15 +%define RPM_MINOR_VERSION 16 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} diff --git a/infra-charts/templates/fluentd-daemonset.yaml b/infra-charts/templates/fluentd-daemonset.yaml index 7477ce5..b709987 100644 --- a/infra-charts/templates/fluentd-daemonset.yaml +++ b/infra-charts/templates/fluentd-daemonset.yaml @@ -89,9 +89,6 @@ spec: mountPath: /var/log - name: varlibdockercontainers mountPath: /var/lib/docker/containers - - name: fluentd-secrets - mountPath: /etc/fluentd/ssl - readOnly: true - name: fluentd-config mountPath: /fluentd/etc readOnly: true -- 2.16.6