Clean Dir

Run helm charts individually

Clean Dir

  • Here only cleanDir pod will get launch. In case if persistence is enabled in all the above helm charts, cleanDir is used to delete the directories inside /mnt/kubernetes after uninstalling the above helmcharts.

  • No other values are needed to set or follow values.yaml.

  • Example for its usage in single command, you must use the namespace according to your network name. Also other values can also be set according to requirements:-

    helm upgrade --install --wait -n beta clean-dir \
        --set cleanDir.host=0chain.net \
        0chain-helm/cleanDir
  • Note: By default persistence.enabled: false. It means it will use openebs to create pvc's. In case if it is true, it will create pv as well as pvc's.

Last updated