k8s
k8s copied to clipboard
[helm/stan] Cannot set limits to unlimited values
Zero values become ignored so means that cannot disable limits for max_channels etc... meaning that this wouldn't work
store:
type: file
ft:
group: ns
limits:
max_channels: 0
You could try using empty: http://masterminds.github.io/sprig/defaults.html
E.g., if empty .Values.store.ft.max_channels
I am having the same problem as @wallyqs I cant disable limits as 0 is ignored.
Closing due to age of issue; if experiencing in current versions please open a new issue.