helm-charts

Cosmic Rocks Helm Charts

This repository contains Helm charts for deploying applications on Kubernetes.

Charts

Usage

  1. Add this repository to your Helm repositories (if published):
    helm repo add cosmic-rocks <repo-url>
    helm repo update
    
  2. Install a chart:
    helm install my-bitcoin cosmic-rocks/bitcoin
    

    Or, from local source:

    helm install my-bitcoin ./charts/bitcoin
    

Development

Contributing

See CONTRIBUTING.md for guidelines.

License

This project is licensed under the terms of the MIT License.