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

Pipe | breaks table output of values.yml #116

Open
p-bogdan opened this issue Dec 11, 2024 · 0 comments
Open

Pipe | breaks table output of values.yml #116

p-bogdan opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels

Comments

@p-bogdan
Copy link

p-bogdan commented Dec 11, 2024

I have a following in values.yml -

livenessProbe:
  exec:
    command:
      - /bin/sh
      - -c
      - "[ $(find /tmp/health -mmin -0.09 | wc -l) -eq 1 ]"

When I run the following command - readme-generator -v values.yaml -r README.md
Table renders with the following output -
bug_readme-generator

So in README.md I had to manually add escape symbol - \| to get correct table.

I'm just wondering if you have any plans to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants