alloy: fix helm values nesting — configMap/clustering/mounts/resources belong under alloy.*; chart was silently ignoring them (logs never collected)

This commit is contained in:
2026-08-30 20:06:23 -03:00
parent 5c129570da
commit 164d31efa7
+3 -2
View File
@@ -19,11 +19,12 @@ spec:
targetRevision: 1.12.1 targetRevision: 1.12.1
helm: helm:
valuesObject: valuesObject:
controller:
type: daemonset
alloy:
clustering: { enabled: false } clustering: { enabled: false }
mounts: mounts:
varlog: true varlog: true
controller:
type: daemonset
resources: resources:
requests: requests:
cpu: 100m cpu: 100m