Skip to content

Ability to watch final values after merging ConfigMaps and Inline values #1093

@dan0sh

Description

@dan0sh

Currently, when using the Flux Helm Controller, the final applied configuration (after merging ConfigMaps and inline values) is not easily observable. This makes it difficult to troubleshoot or verify the final state of the configuration that is passed to Helm releases.

I would like the Flux Helm Controller to provide a feature that allows us to observe or output the final ConfigMap that is applied to the Helm release. This would include the merged result of all ConfigMaps and inline values defined in the Helm release values.

I propose enhancing the HelmRelease Custom Resource Definition (CRD) to include the final merged ConfigMap in the status section. This would represent the merged result of all ConfigMaps and inline values defined in the Helm release.

This would greatly help with debugging and visibility into the actual configurations being applied by Helm, especially in complex deployments where multiple ConfigMaps and inline values are used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions