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

Add bytes suffix to fix exponent notation #9

Merged
merged 3 commits into from Apr 11, 2024
Merged

Conversation

rrooij
Copy link
Contributor

@rrooij rrooij commented Apr 10, 2024

Helm automatically converts big integers to exponent notation. We want to prevent this because we don't accept the scientific notation as argument. Therefore we replace the bytes suffix with nothing so that it will be parsed as a string.

Helm automatically converts big integers to exponent
notation. We want to prevent this because we don't
accept the scientific notation as argument. Therefore
we replace the bytes suffix with nothing so that it
will be parsed as a string.
@rrooij rrooij requested a review from themmes April 10, 2024 10:21
@themmes themmes self-requested a review April 11, 2024 12:10
@rrooij rrooij merged commit 1d8ff0e into main Apr 11, 2024
@rrooij rrooij deleted the fix/no-exponent-notation branch April 11, 2024 12:14
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.

None yet

2 participants