From e1139f0cdf9f6478505d9ed1c23973b7687c160a Mon Sep 17 00:00:00 2001 From: Naseem Date: Sun, 22 Mar 2020 17:54:29 -0400 Subject: [PATCH] Fix service annotations. Signed-off-by: Naseem --- charts/fluent-bit/Chart.yaml | 2 +- charts/fluent-bit/templates/service.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/fluent-bit/Chart.yaml b/charts/fluent-bit/Chart.yaml index 5fd6d2be..9716595e 100644 --- a/charts/fluent-bit/Chart.yaml +++ b/charts/fluent-bit/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: fluent-bit description: Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems. -version: 0.1.0 +version: 0.1.1 appVersion: 1.3.7 icon: https://fluentbit.io/assets/img/logo1-default.png home: https://fluentbit.io/ diff --git a/charts/fluent-bit/templates/service.yaml b/charts/fluent-bit/templates/service.yaml index ffe1a705..4c7a77d0 100644 --- a/charts/fluent-bit/templates/service.yaml +++ b/charts/fluent-bit/templates/service.yaml @@ -4,6 +4,10 @@ metadata: name: {{ include "fluent-bit.fullname" . }} labels: {{- include "fluent-bit.labels" . | nindent 4 }} + {{- with .Values.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }} ports: