[bitnami/fluentd] don't create aggregator svc if not enabled (#1946)

This commit is contained in:
Austin Cawley-Edwards
2020-02-18 16:33:17 -05:00
committed by GitHub
parent 26297073c0
commit 65f34d6e1e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: fluentd
version: 0.4.14
version: 0.4.15
appVersion: 1.9.2
description: Fluentd is an open source data collector for unified logging layer
keywords:

View File

@@ -1,4 +1,4 @@
{{- if .Values.aggregator.service.ports }}
{{- if and .Values.aggregator.enabled .Values.aggregator.service.ports }}
apiVersion: v1
kind: Service
metadata: