k8s icon indicating copy to clipboard operation
k8s copied to clipboard

[helm/stan] Cannot set limits to unlimited values

Open wallyqs opened this issue 5 years ago • 2 comments

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

wallyqs avatar Nov 13 '20 22:11 wallyqs

You could try using empty: http://masterminds.github.io/sprig/defaults.html

E.g., if empty .Values.store.ft.max_channels

gnarea avatar Dec 09 '20 22:12 gnarea

I am having the same problem as @wallyqs I cant disable limits as 0 is ignored.

tomhughesnice avatar Jan 13 '21 19:01 tomhughesnice

Closing due to age of issue; if experiencing in current versions please open a new issue.

caleblloyd avatar May 03 '23 17:05 caleblloyd