Skip to content

With Helm 3 the release names are namespace scoped, thus it should be possible to helm diff release of two release with same name in different namespaces #430

Closed
@sandipchitale

Description

@sandipchitale
Contributor

With Helm 3 the release names are namespace scoped, thus it should be possible to helm diff release RELEASENAME RELEASENAME whereby the two release names RELEASENAME are in two different namespaces NAMESPACE1 and NAMESPACE2. Proposed syntax:

helm diff release NAMESPACE1/RELEASENAME NAMESPACE2/RELEASENAME

Fix at:

Try to extract the namespace name if the release name is in format NAMESPACE1/RELEASENAME

Activity

added a commit that references this issue on Dec 18, 2022

Fix databus23#430 With Helm 3 the release names are namespace scoped,…

a12f4ae
added a commit that references this issue on Apr 23, 2023

Fix for #430 With Helm 3 the release names are namespace scoped, thus…

c5e5f19
added 2 commits that reference this issue on Jul 3, 2023

Fix for databus23#430 With Helm 3 the release names are namespace sco…

Fix for databus23#430 With Helm 3 the release names are namespace sco…

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

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @sandipchitale

      Issue actions

        With Helm 3 the release names are namespace scoped, thus it should be possible to helm diff release of two release with same name in different namespaces · Issue #430 · databus23/helm-diff