Questions tagged [helmfile]

Helmfile is a tool for managing multiple Kubernetes Helm packages. Questions should focus on creating and templating the Helmfile YAML files. Only use this tag for the Helmfile tool, not general Helm questions.

Helmfile is a tool for managing multiple packages, to be installed together in the same cluster. It allows declaring multiple Helm releases (chart installations) in a single YAML file. It also supports multiple deployment environments, and uses the same templating language as Helm to supply Helm values and other configuration.

Since Helmfile uses the system, it is possible to write conditional logic within a Helmfile. Helmfile also has multiple layers of templating, multiple ways to supply values to charts, and allows modifying chart content in various ways. Questions should focus on the helm file.yaml and *.yaml.gotmpl files specific to Helmfile.

Do not use this tag for general questions about Helm charts. Questions that deal only with a Helm Chart.yaml file or the Helm templates/*.yaml files should be tagged with but not , unless there is something specific to their interaction with the separate Helmfile tool.

62 questions
0
votes
1 answer

Cannot convert the output of readFile into List for iteration

I am using helmfile for my helm releases. I have a yaml file projects.yaml # projects.yaml - yako - pera - okta In values.yaml.gotmpl, i want to iterate thru the content of projects.yaml : # values.yaml.gotmpl {{ $projects := readFile…
Abdennour TOUMI
  • 87,526
  • 38
  • 249
  • 254
-1
votes
1 answer

helmfile best practices with multiple customers

We would like to have some recommendations, since we want to integrate helmfile in our deployment process... Our infrastructure has following details: we have many customers all customers have the same installed services (each customer get's it's…
BvuRVKyUVlViVIc7
  • 11,641
  • 9
  • 59
  • 111
1 2 3 4
5