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

Conversation

norbertbuchmueller
Copy link
Contributor

This PR adds support for a type: string parameter 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 also helm/helm#1707

In preparation of introducing more fields.
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
@msiegenthaler msiegenthaler merged commit cfa5047 into linkyard:master Jul 19, 2018
@norbertbuchmueller
Copy link
Contributor Author

@msiegenthaler could you please release/tag the new Docker image?

@msiegenthaler msiegenthaler added this to the 2.9.1-2 milestone Jul 19, 2018
@msiegenthaler
Copy link
Member

Sure, I tagged it and it should be available on dockerhub in a few minutes

@norbertbuchmueller
Copy link
Contributor Author

Thanks!

@dgellow dgellow deleted the allow-setting-values-as-string branch July 19, 2018 10:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants