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

Update install instructions for consistent HTTP request package #1546

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

dfredell
Copy link
Contributor

Description of the change

The kubeseal install command instructions for linux contained both wget and curl commands. This change just uses curl.

Benefits

Reduce the dependencies need to run a one bash block install of kubeseal.

Possible drawbacks

The user has wget installed but not curl, now both commands (version get, and tar download) will fail.

Additional information

I ran into an issue where I copy and pasted the linux install commands for kubeseal that contained the curl and jq to automatically pull the version number, but I didn't have wget installed.

The kubeseal install command instructions for linux contained both wget and curl commands. This change just uses curl.

I ran into an issue where I copy and pasted the linux install commands for kubeseal that contained the curl and jq to automatically pull the version number, but I didn't have wget installed. 

Signed-off-by: Dan Fredell <Dan.Fredell@gmail.com>
@alemorcuq alemorcuq merged commit 9439ac6 into bitnami-labs:main Jun 13, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants