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

patch storge shim in common #2018

Merged
merged 3 commits into from
Jan 10, 2024
Merged

patch storge shim in common #2018

merged 3 commits into from
Jan 10, 2024

Conversation

stavros-k
Copy link
Contributor

@stavros-k stavros-k commented Jan 9, 2024

Each time helm "prints" something, strips the quotes ".
Meaning that If a field (eg password) starts with !, after it is printed in the "shim" it has its quotes removed. Resulting in a value starting with ! instead of a string.
In yaml, ! is a special character, so it does not get handled as a "value"

Solution: Quote again the value when printing them from the shim.

@stavros-k stavros-k self-assigned this Jan 9, 2024
@stavros-k stavros-k marked this pull request as ready for review January 9, 2024 18:08
@stavros-k stavros-k merged commit f69b96a into master Jan 10, 2024
25 checks passed
@stavros-k stavros-k deleted the fix-storage-shim branch January 10, 2024 09:43
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.

2 participants