Skip to content

Commit 4518838

Browse files
mrandreyeffweeco
andauthored
change daemonset values structure
Co-authored-by: Martin Schneppenheim <[email protected]>
1 parent caba0ad commit 4518838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/kminion/values.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ serviceMonitor:
9797
honorLabels: false
9898

9999
# For DaemonSet mode you may set daemonset to "true" and replicaCount to 0.
100-
daemonset: false
100+
daemonset:
101+
enabled: false
101102

102103
deployment:
103104
volumes:

0 commit comments

Comments
 (0)