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

How to use chart by url #44

Open
DTvGe45vc opened this issue Jul 14, 2021 · 2 comments
Open

How to use chart by url #44

DTvGe45vc opened this issue Jul 14, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@DTvGe45vc
Copy link

DTvGe45vc commented Jul 14, 2021

Hello

Help me please. I want to use chart fluentd from https://charts.bitnami.com/bitnami

I created file fluentd.helm.yaml and added string "charts: https://charts.bitnami.com/bitnami"

But it doesn't work.
What I need to add to do for charts working ?

@yolken-segment
Copy link
Contributor

yolken-segment commented Jul 15, 2021

Sorry, the documentation should make this more clear- kubeapply doesn't support the official helm repository API; in the http case, it expects an archived version of the chart files, which third-party chart providers are usually not exposing.

The easiest thing to do here is to just copy the chart files from https://github.com/fluent/helm-charts/tree/main/charts/fluentd into whatever source repository you're using for your cluster config (this is how we do it at Segment).

As an alternative, you can add the following header comments into your fluentd.helm.yaml file:

# kubeapply__chart: git-https://github.com/fluent/helm-charts?ref=main
# kubeapply__chartsSubdir: charts/

and then set charts: in your cluster config to an empty local directory.

Hope this helps.

@DTvGe45vc
Copy link
Author

Ahh, what a shame. It doesn't help.

@yolken-segment yolken-segment added the documentation Improvements or additions to documentation label Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants