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:
@@ -19,11 +19,12 @@ spec:
|
||||
targetRevision: 1.12.1
|
||||
helm:
|
||||
valuesObject:
|
||||
controller:
|
||||
type: daemonset
|
||||
alloy:
|
||||
clustering: { enabled: false }
|
||||
mounts:
|
||||
varlog: true
|
||||
controller:
|
||||
type: daemonset
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
||||
Reference in New Issue
Block a user