ChartMuseum s3 backend

5/10/2020

Does anyone know how to properly configure ChartMuseum using s3 for backend storage?

I've followed the documentation and run

helm install --name my-chartmuseum -f custom.yaml stable/chartmuseum

With my custom.yaml as

env:
  open:
    DISABLE_API: false
    STORAGE: amazon
    STORAGE_AMAZON_BUCKET: chart-xxxx
    STORAGE_AMAZON_PREFIX: 
    STORAGE_AMAZON_REGION: eu-west-2

But the pod never enters a running state.

Has anyone actually done this?

I'm using Helm3 by the way.

-- Tee Hammed
charts
kubernetes
kubernetes-helm
kubernetes-pod

0 Answers