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

fix(bake/helm): use --set instead of --set-string #418

Merged
merged 1 commit into from
Aug 21, 2019

Conversation

ethanfrogers
Copy link
Contributor

using --set instead of --set-string ensures that values of different types get injected into into the chart properly. the most common use case for this is values that are used as bool in templates. Previously, these values would cause errors because they weren't properly converted.

using `--set` instead of `--set-string` ensures that values of different types get injected into into the chart properly. the most common use case for this is values that are used as `bool` in templates. Previously, these values would cause errors because they weren't properly converted.
Copy link
Contributor

@maggieneterval maggieneterval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yolo!

@ethanfrogers
Copy link
Contributor Author

spinnaker/spinnaker#3950

@ethanfrogers ethanfrogers merged commit c652935 into master Aug 21, 2019
@ethanfrogers ethanfrogers deleted the ethanfrogers-patch-1 branch August 21, 2019 15:39
ethanfrogers added a commit to ethanfrogers/rosco that referenced this pull request Oct 7, 2019
reverts a change introduced in spinnaker#418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
ethanfrogers added a commit that referenced this pull request Oct 7, 2019
reverts a change introduced in #418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
spinnakerbot pushed a commit that referenced this pull request Oct 7, 2019
reverts a change introduced in #418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
louisjimenez pushed a commit that referenced this pull request Oct 7, 2019
reverts a change introduced in #418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
opsmxdemo pushed a commit to OpsMx/rosco that referenced this pull request Sep 15, 2020
using `--set` instead of `--set-string` ensures that values of different types get injected into into the chart properly. the most common use case for this is values that are used as `bool` in templates. Previously, these values would cause errors because they weren't properly converted.
opsmxdemo pushed a commit to OpsMx/rosco that referenced this pull request Sep 15, 2020
reverts a change introduced in spinnaker#418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
opsmxdemo pushed a commit to OpsMx/rosco that referenced this pull request Sep 16, 2020
using `--set` instead of `--set-string` ensures that values of different types get injected into into the chart properly. the most common use case for this is values that are used as `bool` in templates. Previously, these values would cause errors because they weren't properly converted.
opsmxdemo pushed a commit to OpsMx/rosco that referenced this pull request Sep 16, 2020
reverts a change introduced in spinnaker#418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
sitay93 pushed a commit to spotinst/spinnaker-rosco that referenced this pull request Jun 27, 2023
reverts a change introduced in spinnaker#418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants