You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add WORKDIR to Dockerfile to allow mounting charts, expand docs
Currently helm-docs is scanning current directory and walks down the
path, but because binary is in /usr/bin/ then it is a bit inconvenient.
Adding WORKDIR allows to mount there helm charts from the host
and then process them much easier.
Updated docs with example commands.
Add section how to build helm-docs binary on your own.
Signed-off-by: Michał Sochoń <[email protected]>
0 commit comments