question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

double braces (for helm stuff) get a space put in between them

See original GitHub issue

{{ become { { … not desired

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:58
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

10reactions
gcsfred2commented, Feb 16, 2022

Pain in the neck.

5reactions
coopbricommented, Mar 29, 2021

@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 from prettier-vscode!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found