File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
docs/modules/ROOT/pages/references Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ local kube = import 'lib/kube.libjsonnet';
55
66// The hiera parameters for the component
77local inv = kap.inventory();
8- local loki = inv.parameters.openshift4_logging.components.lokistack;
8+ local loki = std.prune ( inv.parameters.openshift4_logging.components.lokistack) ;
99local consolePlugin = inv.parameters.openshift4_logging.components.consolePlugin;
1010
1111local lokistack_spec = {
Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ The parameter `alerts.patch` allows users to customize upstream alerts.
9292Configuration of the lokistack component.
9393See subsections for supported keys.
9494
95+ NOTE: The component will drop keys with `null` and empty values.
96+
9597=== `components.lokistack.enabled`
9698
9799[horizontal]
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ parameters:
3737 components :
3838 lokistack :
3939 internalAppLogsEnabled : false
40+ spec :
41+ storage :
42+ tls : null
4043
4144 clusterLogForwarder :
4245 filters :
You can’t perform that action at this time.
0 commit comments