83 lines
2.8 KiB
Diff
83 lines
2.8 KiB
Diff
diff -tubNr charts/fluent-bit/Chart.yaml charts/fluent-bit.zdt/Chart.yaml
|
|
--- charts/fluent-bit/Chart.yaml 2021-02-23 14:58:39.000000000 +0100
|
|
+++ charts/fluent-bit.zdt/Chart.yaml 2021-03-07 12:32:34.360084252 +0100
|
|
@@ -1,8 +1,8 @@
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- add custom annotations on dashboards configmap
|
|
-apiVersion: v1
|
|
-appVersion: 1.7.1
|
|
+apiVersion: v2
|
|
+appVersion: 1.7.2
|
|
description: Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.
|
|
home: https://fluentbit.io/
|
|
icon: https://fluentbit.io/assets/img/logo1-default.png
|
|
diff -tubNr charts/fluent-bit/templates/_pod.tpl charts/fluent-bit.zdt/templates/_pod.tpl
|
|
--- charts/fluent-bit/templates/_pod.tpl 2021-02-23 14:58:39.000000000 +0100
|
|
+++ charts/fluent-bit.zdt/templates/_pod.tpl 2021-03-07 12:45:11.766785251 +0100
|
|
@@ -13,6 +13,8 @@
|
|
dnsConfig:
|
|
{{- toYaml . | nindent 2 }}
|
|
{{- end }}
|
|
+#hostNetwork: true
|
|
+#dnsPolicy: ClusterFirstWithHostNet
|
|
containers:
|
|
- name: {{ .Chart.Name }}
|
|
securityContext:
|
|
@@ -63,9 +65,6 @@
|
|
{{- if eq .Values.kind "DaemonSet" }}
|
|
- name: varlog
|
|
mountPath: /var/log
|
|
- - name: varlibdockercontainers
|
|
- mountPath: /var/lib/docker/containers
|
|
- readOnly: true
|
|
- name: etcmachineid
|
|
mountPath: /etc/machine-id
|
|
readOnly: true
|
|
@@ -86,9 +85,6 @@
|
|
- name: varlog
|
|
hostPath:
|
|
path: /var/log
|
|
- - name: varlibdockercontainers
|
|
- hostPath:
|
|
- path: /var/lib/docker/containers
|
|
- name: etcmachineid
|
|
hostPath:
|
|
path: /etc/machine-id
|
|
diff -tubNr charts/fluent-bit/templates/clusterrole.yaml charts/fluent-bit.zdt/templates/clusterrole.yaml
|
|
--- charts/fluent-bit/templates/clusterrole.yaml 2021-02-23 14:58:39.000000000 +0100
|
|
+++ charts/fluent-bit.zdt/templates/clusterrole.yaml 2021-03-07 12:32:34.363417586 +0100
|
|
@@ -11,6 +11,8 @@
|
|
resources:
|
|
- pods
|
|
- namespaces
|
|
+ - nodes
|
|
+ - nodes/proxy
|
|
verbs:
|
|
- get
|
|
- list
|
|
diff -tubNr charts/fluent-bit/templates/tests/test-connection.yaml charts/fluent-bit.zdt/templates/tests/test-connection.yaml
|
|
--- charts/fluent-bit/templates/tests/test-connection.yaml 2021-02-23 14:58:39.000000000 +0100
|
|
+++ charts/fluent-bit.zdt/templates/tests/test-connection.yaml 2021-03-07 12:32:34.363417586 +0100
|
|
@@ -1,3 +1,4 @@
|
|
+{{- if .Values.testFramework.enabled }}
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
@@ -18,3 +19,4 @@
|
|
{{- toYaml . | nindent 4 }}
|
|
{{- end }}
|
|
restartPolicy: Never
|
|
+{{- end }}
|
|
diff -tubNr charts/fluent-bit/values.yaml charts/fluent-bit.zdt/values.yaml
|
|
--- charts/fluent-bit/values.yaml 2021-02-23 14:58:39.000000000 +0100
|
|
+++ charts/fluent-bit.zdt/values.yaml 2021-03-07 12:32:34.363417586 +0100
|
|
@@ -12,6 +12,7 @@
|
|
# tag:
|
|
|
|
testFramework:
|
|
+ enabled: false
|
|
image:
|
|
repository: busybox
|
|
pullPolicy: Always
|