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: {}
|
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"
|
||||||
|
|
Loading…
Reference in New Issue