(dev-v2.6-archive) fixed missing rke2 config

(partially cherry picked from commit f022fe5757)
pull/1680/head
Jacob Payne 2020-08-24 16:15:57 -07:00 committed by Arvind Iyengar
parent 8e72e0da12
commit b5283d8838
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
1 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: {} resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious
@@ -76,4 +76,96 @@ @@ -76,4 +76,98 @@
monitoring: monitoring:
# Create a Prometheus Operator ServiceMonitor object # Create a Prometheus Operator ServiceMonitor object
serviceMonitor: serviceMonitor:
@ -121,6 +121,8 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-logging/charts-original/values
+additionalLoggingSources: +additionalLoggingSources:
+ rke1: + rke1:
+ enabled: false + enabled: false
+ rke2:
+ enabled: false
+ k3s: + k3s:
+ enabled: false + enabled: false
+ container_engine: "systemd" + container_engine: "systemd"