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 3 chart usage #13

Closed
alagiz opened this issue Sep 30, 2020 · 2 comments
Closed

Helm 3 chart usage #13

alagiz opened this issue Sep 30, 2020 · 2 comments

Comments

@alagiz
Copy link

alagiz commented Sep 30, 2020

is helm chart still supported? any special repo i should add to make it work?
when trying to deploy the chart as described

helm install cassandra-web cassandra-web --namespace default -f cass-web.yml 

i am getting

Error: failed to download "cassandra-web" 

Helm version

version.BuildInfo{Version:"v3.3.2", GitCommit:"e5077257b6ca106d1f65652b4ca994736d221ab1", GitTreeState:"clean", GoVersion:"go1.14.9"}
@yulintsai
Copy link
Contributor

yulintsai commented Oct 6, 2020

please git pull again and try this command

helm install cassandra-web ./kubernetes/helm/cassandra-web --namespace default -f cass-web.yml 

@kfrico kfrico closed this as completed Oct 16, 2020
@alagiz
Copy link
Author

alagiz commented Jan 8, 2021

@yulintsai works, thanks!

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

3 participants