Helm Chart restrict values that can be overridden

4/3/2020

I am trying to build a chart and define parameters with default values in values.yaml file. I want to restrict the parameters which can be overridden. Is there any way to do it. Current i am able to override all parameters in values.yaml.

-- Arul
kubernetes-helm

1 Answer

4/4/2020

You can just hardcode the values in the respective files in templates directory & don't define that value in the values.yaml file at all.

-- Abhishek Jaisingh
Source: StackOverflow