[stable/fluent-bit] Add serviceAccount annotations (#21056)

* [stable/fluent-bit] Add serviceAccount annotations

Signed-off-by: Christian Groschupp <christian@groschupp.org>

* Bump fluent-bit chart to version 2.8.11

Signed-off-by: Christian Groschupp <christian@groschupp.org>
This commit is contained in:
Christian Groschupp
2020-02-26 13:55:19 -08:00
committed by GitHub
parent 52cc1ecd07
commit 012ff2d86b
4 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: fluent-bit
version: 2.8.10
version: 2.8.11
appVersion: 1.3.7
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
keywords:
+1
View File
@@ -142,6 +142,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an
| `rbac.pspEnabled` | Specifies whether a PodSecurityPolicy should be created. | `false` |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created. | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to use. | `NULL` |
| `serviceAccount.annotations` | Annotations to add to the service account. | `{}` |
| `rawConfig` | Raw contents of fluent-bit.conf | `@INCLUDE fluent-bit-service.conf`<br>`@INCLUDE fluent-bit-input.conf`<br>`@INCLUDE fluent-bit-filter.conf`<br>` @INCLUDE fluent-bit-output.conf` |
| `resources` | Pod resource requests & limits | `{}` |
| `securityContext` | [Security settings for a container](https://kubernetes.io/docs/concepts/policy/security-context) | `{}` |
@@ -8,4 +8,8 @@ metadata:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
name: {{ template "fluent-bit.serviceAccountName" . }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end -}}
+2
View File
@@ -290,6 +290,8 @@ taildb:
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name: