helm / helm/chartmuseum

ETCD backend - empty output

Open
#301 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
3.8k
Forks
407
PR merge metrics
No merged PRs in 30d

Description

I am using chartmuseum v0.11.0 (v0.10.0 got same issue) and etcd v2.0.9
When I am running :
```
chartmuseum --debug --port=8080 \
--storage="etcd" \
--storage-etcd-cafile="./cert/server.crt" \
--storage-etcd-certfile="./cert/serverCrt.crt" \
--storage-etcd-keyfile="./cert/serverKey.key" \
--storage-etcd-prefix="/chartmuseum" \
--storage-etcd-endpoint="http://localhost:2379"

```
The output is always empty , may be I am doing something wrong - but I have no exception or even some kind of logs.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.