mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/sumologic-fluentd] Set node name to improve pod caching (#10148)
Signed-off-by: Ben Drucker <bvdrucker@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
90164347a7
commit
39bd2570fa
@@ -1,5 +1,5 @@
|
||||
name: sumologic-fluentd
|
||||
version: 0.8.0
|
||||
version: 0.8.1
|
||||
appVersion: 2.1.0
|
||||
description: Sumologic Log Collector
|
||||
keywords:
|
||||
|
||||
@@ -61,6 +61,10 @@ spec:
|
||||
secretKeyRef:
|
||||
name: "{{ template "sumologic-fluentd.fullname" . }}"
|
||||
key: collector-url
|
||||
- name: K8S_NODE_NAME
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
- name: FLUENTD_SOURCE
|
||||
value: {{ quote .Values.sumologic.fluentdSource }}
|
||||
{{- if .Values.sumologic.fluentdUserConfigDir }}
|
||||
|
||||
Reference in New Issue
Block a user