Skip to content

Feature Request: Allow deployment of a helm chart into multiple namespaces on the same cluster #1937

Description

@cjohn001

Is your feature request related to a problem?

I think it is a common sceneario that dev, staging and prod deployments coexist in the same cluster in different projects. Currently, if one likes to deploy the same helm chart into multiple namespaces one has to store copies of the helm chart one for each deployment with a custom fleet.yaml. It would already be a solution if relative paths could be made possible, than a gitlab repo structure could be as follows:

  • helm chart
  • deploy prod
    • fleet.yaml referencing ../helm chart (seems like relative paths currently do not work)
  • deploy staging
    • fleet.yaml referencing ../helm chart
  • deploy dev
    • fleet.yaml referencing ../helm chart

Solution you'd like

Allowing relative paths to a helm chart would likely work.

Alternatives you've considered

I am new to fleet. Have not found any solution or workaround to the problme so far.

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status
    ✅ Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions