-
Notifications
You must be signed in to change notification settings - Fork 2k
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
unexpected lowercasing of keys of map[string]interface{} in viper >= 1.13.0 #1486
Comments
👋 Thanks for reporting! A maintainer will take a look at your issue shortly. 👀 In the meantime: We are working on Viper v2 and we would love to hear your thoughts about what you like or don't like about Viper, so we can improve or fix those issues. ⏰ If you have a couple minutes, please take some time and share your thoughts: https://forms.gle/R6faU74qPRPAzchZ9 📣 If you've already given us your feedback, you can still help by spreading the news, https://twitter.com/sagikazarmark/status/1306904078967074816 Thank you! ❤️ |
Thank you for clarification! |
Hello @sagikazarmark ! Since it's a recurrent issue and need, would you accept, if it existed, a PR that allows users to set a bool that will take in account the case sensitivity ? Thanks ! Have a great day. |
Preflight Checklist
Viper Version
1.13.0
Go Version
1.19
Config Source
Files
Format
YAML
Repl.it link
No response
Code reproducing the issue
Expected Behavior
&{[{resourceQuota map[limitsMemory:48Gi requestsCpu:10 requestsMemory:24Gi]}]}
Actual Behavior
&{[{resourceQuota map[limitsmemory:48Gi requestscpu:10 requestsmemory:24Gi]}]}
Steps To Reproduce
No response
Additional Information
Behaviour is reproducible for Viper >= 1.13.0
The text was updated successfully, but these errors were encountered: