Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move YAML decode logic into provider and improve default Helm namespaces #952

Merged
merged 4 commits into from
Jan 21, 2020

Commits on Jan 16, 2020

  1. Move YAML decode logic into provider and improve default Helm namespaces

    Reintroduce the reverted changed (#941) from #925 and #934 with a few
    additional fixes related to the changes in #946.
    
    The major changes include the following:
    
    - Use a runtime invoke to call a common decodeYaml method in the
    provider rather than using YAML libraries specific to each language.
    - Use the namespace parameter of helm.v2.Chart as a default,
    and set it on known namespace-scoped resources.
    lblackstone committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    84e8e22 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Remove unused arg

    lblackstone committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    00feaf8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Address feedback

    lblackstone committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    3923402 View commit details
    Browse the repository at this point in the history
  2. Additional cleanup

    lblackstone committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    dbf30a6 View commit details
    Browse the repository at this point in the history