Konubinix' opinionated web of thoughts

Using Helm

Fleeting

Using Helm

Pass variables during install

There are two ways to pass configuration data during install:

–values (or -f): Specify a YAML file with overrides. This can be specified multiple times and the rightmost file will take precedence –set: Specify overrides on the command line.