Skip to content

Add "--normalize-manifests" flag as environment variable #388

Closed
@Anthon129

Description

@Anthon129

Hi

I have a scenario using helmfile apply where the golang code behind the scenes runs helm diff upgrade followed by helm upgrade --install. I need to add the flag --normalize-manifests (to helm diff command) due to other reasons but this flag is unknown to helm upgrade (causing it to fail) and I am not able to apply separate individual flags to each of the commands. The flags applied to helm diff upgrade will be applied to helm upgrade.

Can we add an environment variable (i.e. HELM_DIFF_NORMALIZE_MANIFESTS=true) that would have the same effect as --normalize-manifests ?

Thanks

Activity

Anthon129

Anthon129 commented on Jun 2, 2022

@Anthon129
Author

PR at #389

frank-berlin

frank-berlin commented on Sep 15, 2022

@frank-berlin

+1

stale

stale commented on May 21, 2023

@stale

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Anthon129

Anthon129 commented on May 27, 2023

@Anthon129
Author

was fixed in PR #389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @frank-berlin@Anthon129

        Issue actions

          Add "--normalize-manifests" flag as environment variable · Issue #388 · databus23/helm-diff