Updating the Values Template

Each Helm chart comes with a default values file, over which additional configuration can be applied.

By editing a template, and clicking on "Advanced" you can directly edit the values applied when this template is deployed. For any values you want to be configurable at the Stack level, you can use Go templating to define a "Custom" namespaces variable in your template, and Planeo will detect and create this argument for you. Stack implementing this namespace will be able to set a value for this argument to configure behaviours and settings.

When your changes are complete, simply click "Save" and Planeo will detect any templating using the "Custom" namespace, and generate arguments from them.

By specifying a sensible default value, you can ensure that any Stacks created using the default settings work without custom settings. Stacks can specify values for these parameters, to fine tune chart deployments.

Planeo will also trim any unused arguments if detected.

Last updated