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 · 1 comment
Open

Pipe | breaks table output of values.yml #116

p-bogdan opened this issue Dec 11, 2024 · 1 comment
Assignees

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 the escape symbol - \| to get the correct table.

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

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants