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

postBuild converts strings to integers or float #625

Closed
dwerder opened this issue Apr 20, 2022 · 2 comments
Closed

postBuild converts strings to integers or float #625

dwerder opened this issue Apr 20, 2022 · 2 comments

Comments

@dwerder
Copy link

dwerder commented Apr 20, 2022

We have an issues with the following variable:

we use a configmap value as followed:
awsAccountId: "0999991" <-- the leading zero is important

With postBuild enabled the result is 999991. We tried

awsAccountId: "0999991"
awsAccountId: '0999991'
awsAccountId: | -
0999991
awsAccountId: >-
0999991

@dwerder
Copy link
Author

dwerder commented Apr 20, 2022

/cc @haarchri

@stefanprodan
Copy link
Member

Fixed in #1129

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

No branches or pull requests

2 participants