Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 522 Bytes

Helm Chart for Filestash

Based on the image built from 🦄 https://github.com/mickael-kerjean/filestash.

Usage

See here for all configuration options.

helm repo add filestash https://sebagarayco.github.io/helm-filestash

# list the versions available
helm search repo filestash

# check what settings are available
helm inspect values filestash/filestash

# install
helm install filestash filestash/filestash \
        --namespace='filestash' --create-namespace \