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

Pulumi Helm Deployments: Allow Null Values in Configs #2220

Merged
merged 17 commits into from
Nov 8, 2022

Commits on Sep 27, 2022

  1. allow null values in helm release optionally rather than mandatorily …

    …scrubbing them during helm value merges
    cdibble committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6778a1c View commit details
    Browse the repository at this point in the history
  2. provide a pathway to set the new helm_release argument to allow null …

    …values in values.yamls in the python api
    cdibble committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    196c107 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. alphabetize the Options

    cdibble committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    1e09311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b75d81f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16e3102 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    030ac6b View commit details
    Browse the repository at this point in the history
  5. updated SDK builds which include the allowNullValues option in the re…

    …source schema. this commit is the result of running make ensure build install given the schema updates
    cdibble committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    a099953 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6665a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Merge pull request #1 from cdibble/helm_provider/allow_null_values

    Helm provider/allow null values
    cdibble committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d86e8b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    0da1d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d979bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1353a66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7833327 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    5a4e129 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. mapToInterface should assign nil not make recursive call when the val…

    …ue to merge is nil (where IsValid() fails)
    cdibble committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1ac180d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e78dd View commit details
    Browse the repository at this point in the history
  3. Additional fixes

    IsValid was erroneously skipping nil values, so inverted the check
    lblackstone committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    3adb1ea View commit details
    Browse the repository at this point in the history