Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Allow setting values as string #78

Merged
merged 2 commits into from
Jul 19, 2018
Merged

Allow setting values as string #78

merged 2 commits into from
Jul 19, 2018

Commits on Jul 18, 2018

  1. DRY override_values processing

    In preparation of introducing more fields.
    norbertbuchmueller committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    4a2ab82 View commit details
    Browse the repository at this point in the history
  2. add support for type: string in override_values

    This parameter makes the resource use the `--set-string` option of Helm
    (instead of the `--set` option) for the given value override. It can be
    used to ensure that Helm always treats the value as a string, useful if
    the value varies and may look like a number, eg. if it's a Git commit
    hash. See helm/helm#1707
    norbertbuchmueller committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    7680a75 View commit details
    Browse the repository at this point in the history