mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 15:38:00 +08:00
[bitnami/fluentd] don't create aggregator svc if not enabled (#1946)
This commit is contained in:
committed by
GitHub
parent
26297073c0
commit
65f34d6e1e
@@ -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:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- if .Values.aggregator.service.ports }}
|
||||
{{- if and .Values.aggregator.enabled .Values.aggregator.service.ports }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user