double braces (for helm stuff) get a space put in between them
See original GitHub issue{{
become { {
… not desired
Issue Analytics
- State:
- Created 4 years ago
- Reactions:58
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Flow Control - Helm
First, the curly brace syntax of template declarations can be modified with ... Make sure there is a space between the - and...
Read more >Helm from basics to advanced — part II - Banzai Cloud
These objects have two attributes namely: from and to . There is another string variable config.rootDomain . We want to iterate through this ......
Read more >Passing a string containing curly brackets to helm caused ...
The problem is, I get this error when running the helm command: Error: failed parsing --set-string data: key "AM+ ...
Read more >Helm from basics to advanced — part II - Cisco Tech Blog
To eliminate these unwanted values, simply set them to null. helm install ... These objects have two attributes namely: from and to ....
Read more >Helm Chart Install: Advanced Usage of the “Set” Argument
There are some special cases where it's difficult to specify a YAML property/value on the command line. These special cases involve properties and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Pain in the neck.
@AdamPodolski’s suggestion worked for me (
"prettier.bracketSpacing": false
).An alternative solution is to use a
.prettierignore
file with*.yaml
inside, which will still allow Prettier to add bracket spacing on other file types.Really wish they didn’t remove the
disableLanguages
config fromprettier-vscode
!