Using Helm
Fleeting- Référence externe : https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing
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.