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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user