Merge pull request #580 from paynejacob/fix/logging/values

fixed missing rke2 config
pull/590/head
Caleb Bron 2020-08-25 09:28:19 -07:00 committed by GitHub
commit f001dccd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-logging/charts-original/values
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
@@ -76,4 +76,96 @@
@@ -76,4 +76,98 @@
monitoring:
# Create a Prometheus Operator ServiceMonitor object
serviceMonitor:
@ -121,6 +121,8 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-logging/charts-original/values
+additionalLoggingSources:
+ rke1:
+ enabled: false
+ rke2:
+ enabled: false
+ k3s:
+ enabled: false
+ container_engine: "systemd"