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: --state-values-set unable to set booleans #1199

Merged
merged 1 commit into from
Dec 8, 2023
Merged

fix: --state-values-set unable to set booleans #1199

merged 1 commit into from
Dec 8, 2023

Conversation

tunahansezen
Copy link
Contributor

This pr fixes auto-wrapping of booleans and integers into quotes when using --state-values-set by:

  • Adding: --state-values-set-string flag for intentional string set of boolean or integer
  • Changing: --state-values-set flag not wrapping now
  • Removing -

Resolves roboll/helmfile#1347

@yxxhero
Copy link
Member

yxxhero commented Dec 7, 2023

@tunahansezen please fix DCO issue.

This pr fixes auto-wrapping of booleans and integers into quotes when using --state-values-set by:

- Adding: --state-values-set-string flag for intentional string set of boolean or integer
- Changing: --state-values-set flag not wrapping now
- Removing -

Resolves roboll/helmfile#1347

Signed-off-by: Tunahan Sezen <sezentunahan@outlook.com>
@yxxhero yxxhero merged commit c731227 into helmfile:main Dec 8, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

helmfile --state-values-set unable to set booleans
2 participants