We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When cding into a symlinked helm chart and running helm-docs ., helm-docs is not able to find any charts.
cd
helm-docs .
E.g.
❯ docker run -it --rm --entrypoint sh --volume $(pwd):/helm-docs -u $(id -u) jnorwood/helm-docs -c 'set -x; ln -s /helm-docs /tmp/foo; cd /tmp/foo; helm-docs .; cd $(realpath /tmp/foo); helm-docs .' + ln -s /helm-docs /tmp/foo + cd /tmp/foo + helm-docs . INFO[2025-03-10T04:47:12Z] Found Chart directories [] + realpath /tmp/foo + cd /helm-docs + helm-docs . INFO[2025-03-10T04:47:12Z] Found Chart directories [.] INFO[2025-03-10T04:47:12Z] Generating README Documentation for chart .
helm-docs does not care whether it's in a symlink or not
helm-docs
not necessary
No response
docker latest
The text was updated successfully, but these errors were encountered:
norwoodj
Nepo26
No branches or pull requests
Is there an existing issue for this?
Current Behavior
When
cd
ing into a symlinked helm chart and runninghelm-docs .
, helm-docs is not able to find any charts.E.g.
Expected Behavior
helm-docs
does not care whether it's in a symlink or notReference Chart
not necessary
Reference Template
No response
Environment
docker latest
Link to
helm-docs
LogsNo response
Further Information
No response
The text was updated successfully, but these errors were encountered: