mirror of https://git.rancher.io/charts
(dev-v2.6-archive) fixed missing rke2 config
(partially cherry picked from commit f022fe5757
)
pull/1680/head
parent
8e72e0da12
commit
b5283d8838
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue