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

Helm repo URL typo #670

Closed
H0lySh1t opened this issue Nov 9, 2023 · 3 comments
Closed

Helm repo URL typo #670

H0lySh1t opened this issue Nov 9, 2023 · 3 comments

Comments

@H0lySh1t
Copy link
Contributor

H0lySh1t commented Nov 9, 2023

https://kinvolk.io/docs/nebraska/latest/authorization/#deploying-on-kubernetes-using-the-helm-chart

~$ helm repo add nebraska https://kinvolk.github.io/nebraska/
Error: looks like "https://kinvolk.github.io/nebraska/" is not a valid chart repository or cannot be reached: failed to fetch https://kinvolk.github.io/nebraska/index.yaml : 404 Not Found
~$ helm repo add nebraska https://flatcar.github.io/nebraska
"nebraska" has been added to your repositories

FIX:
helm repo add nebraska https://kinvolk.github.io/nebraska/ -> helm repo add nebraska https://kinvolk.github.io/nebraska

@tormath1
Copy link
Contributor

Hello and thanks for the report, are you interested to send a patch to fix the documentation? Here's the concerned file: https://github.com/flatcar/nebraska/blob/main/docs/authorization/_index.md?plain=1#L293 I think we might discover others kinvolk -> flatcar issues.

@H0lySh1t
Copy link
Contributor Author

Pull request

@tormath1
Copy link
Contributor

Done here: #671 Thanks for your contribution!

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

No branches or pull requests

2 participants