mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Added optional pod labels (#10990)
Signed-off-by: Jurgen Kleverwal <jurgen.kleverwal@topicus.nl>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b23f62747b
commit
38d43e34cc
@@ -1,5 +1,5 @@
|
||||
name: fluent-bit
|
||||
version: 1.5.0
|
||||
version: 1.5.1
|
||||
appVersion: 1.0.3
|
||||
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
|
||||
keywords:
|
||||
|
||||
@@ -78,6 +78,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an
|
||||
| **General** |
|
||||
| `annotations` | Optional deamonset set annotations | `NULL` |
|
||||
| `podAnnotations` | Optional pod annotations | `NULL` |
|
||||
| `podLabels` | Optional pod labels | `NULL` |
|
||||
| `fullConfigMap` | User has provided entire config (parsers + system) | `false` |
|
||||
| `existingConfigMap` | ConfigMap override | `` |
|
||||
| `extraEntries.input` | Extra entries for existing [INPUT] section | `` |
|
||||
|
||||
@@ -15,6 +15,9 @@ spec:
|
||||
labels:
|
||||
app: {{ template "fluent-bit.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
{{- if .Values.podLabels }}
|
||||
{{ toYaml .Values.podLabels | indent 8 }}
|
||||
{{- end }}
|
||||
annotations:
|
||||
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
|
||||
{{- if .Values.podAnnotations }}
|
||||
|
||||
Reference in New Issue
Block a user