mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Signed-off-by: Constantin Bugneac <cosbug@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6b7eae1bf2
commit
9dddcd1d79
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: sumologic-fluentd
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
appVersion: 2.3.0
|
||||
kubeVersion: ">=1.10.0-0"
|
||||
description: Sumologic Log Collector
|
||||
|
||||
@@ -60,6 +60,7 @@ The following table lists the configurable parameters of the sumologic-fluentd c
|
||||
| Parameter | Description | Default |
|
||||
|-----------|-------------|---------|
|
||||
| `podAnnotations` | Annotations to add to the DaemonSet's Pods | `{}` |
|
||||
| `daemonsetAnnotations` | Annotations to add to the DaemonSet itself | `{}` |
|
||||
| `tolerations` | List of node taints to tolerate (requires Kubernetes >= 1.6) | `[]` |
|
||||
| `nodeSelector` | Node labels for fluentd pod assignment | `{}` |
|
||||
| `affinity` | Expressions for affinity | `{}` |
|
||||
|
||||
@@ -9,6 +9,10 @@ metadata:
|
||||
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
{{- if .Values.daemonsetAnnotations }}
|
||||
annotations:
|
||||
{{ toYaml .Values.daemonsetAnnotations | indent 6 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
|
||||
@@ -8,6 +8,9 @@ image:
|
||||
podAnnotations: {}
|
||||
# scheduler.alpha.kubernetes.io/tolerations: '[{"key": "example", "value": "foo"}]'
|
||||
|
||||
## Annotations to add to the DaemonSet
|
||||
daemonsetAnnotations: {}
|
||||
|
||||
## Allow the DaemonSet to schedule on tainted nodes (requires Kubernetes >= 1.6)
|
||||
tolerations: []
|
||||
# - key: node.alpha.kubernetes.io/role
|
||||
|
||||
Reference in New Issue
Block a user