-
Notifications
You must be signed in to change notification settings - Fork 547
Add tips to generate docs from Mac OS without the noise output #1736
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
base: main
Are you sure you want to change the base?
Conversation
Because of where preferences are stored Signed-off-by: Benoit Tigeot <[email protected]>
Signed-off-by: Benoit Tigeot <[email protected]>
dcd45e5
to
467015c
Compare
> export HOME='~' && \ | ||
> helm docs --type markdown --generate-headers --dir /output | ||
> " | ||
> ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting this:
Executing busybox-1.37.0-r18.trigger
OK: 17 MiB in 29 packages
In order to verify checksum, openssl must first be installed.
Please install openssl or set VERIFY_CHECKSUM=false in your environment.
Failed to install helm
For support, go to https://github.com/helm/helm.
% echo $?
1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's weird. 🤔
I just tested locally with ubuntu
instead of alphine
and it's working well.
Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
Processing triggers for ca-certificates (20240203) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
[WARNING] Could not find git. It is required for plugin installation.
Downloading https://get.helm.sh/helm-v3.18.3-linux-arm64.tar.gz
Verifying checksum... Done.
Preparing to install helm into /usr/local/bin
helm installed into /usr/local/bin/helm
And output is as we want.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alpine worked when I installed openssl apk add --no-cache openssl curl bash && \
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ubuntu works fine too though
Signed-off-by: Benoit Tigeot <[email protected]>
2b4f123
to
d4ee02e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
worked for me.
> export HOME='~' && \ | ||
> helm docs --type markdown --generate-headers --dir /output | ||
> " | ||
> ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alpine worked when I installed openssl apk add --no-cache openssl curl bash && \
Addressing @TerryHowe feedback. #1729 (comment)
Generating doc using from Mac OS modify all
~/.config
path with one inApplication preferences
folder. With the Docker command path are preserved.