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
{{ message }}
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.
Hi,
good project, but I've a question. In your examples you use the charts from k8s repo like nginx-ingress.
Can I use my charts, from local drive(mounted in pod) or from a web server?
The text was updated successfully, but these errors were encountered:
I got it to work, but contrary to the example, index.yaml should be left out of the URL, as it is appended automatically.
Another thing is that the chart name should be prefixed with a repo name. From what I could see in the code, it does not really matter what, as it is created from the provided URL. Say, if you want to deploy chart foo, you could use foo/foo as the chart name.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
good project, but I've a question. In your examples you use the charts from k8s repo like nginx-ingress.
Can I use my charts, from local drive(mounted in pod) or from a web server?
The text was updated successfully, but these errors were encountered: