Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

[cetic/fadi] Use Helmfile instead of the umbrella Chart? #33

@alexnuttinck

Description

@alexnuttinck

Is your feature request related to a problem? Please describe.

The current fadi Helm is hard to maintain and this repository is not coupled with fadi documentation.

Describe the solution you'd like

Replace this Helm chart by using Helmfile.
Benefits of using helmfile:

  • add the helmfile in the fadi repository and deprecate this repository.
  • helmfile adds a lot of interesting features:
    • a single file to rule all the Helm charts.
    • the presence of dag/hooks: for instance, we can launch ldap first and be sure that it is ready before launching other services.
    • you can create namespaces through the helmfile.
    • you can have multi-environment values. (setup fadi with the needed tools depending of the environment).
    • some other advantages (the diff module for instance, as it is declarative).
  • ...

The discussion is now open 😄

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions