/helm_charts

Collection of Helm Charts supported by DODAS

Primary LanguageGo

DODAS HELM REPOSITORY

Add DODAS repo to helm

helm repo add dodas https://dodas-ts.github.io/helm_charts
helm repo update

Availble charts

  • cachingondemand
    • helm install cod dodas/cachingondemand -f <myvalues>.yaml
  • htcondor
    • helm install htcondor dodas/htcondor -f <myvalues>.yaml
  • spark
    • helm install spark dodas/spark -f <myvalues>.yaml

Acknowledgement

This work is co-funded by the EOSC-hub project (Horizon 2020) under Grant number 777536.

EU logo
EOSC hub logo

Contributing

If you want to contribute:

  1. create a branch (on your forked repo)
  2. upload your changes
  3. create a pull request

Remember to follow the HELM best practices when changing or creating a chart.

Thanks!