helm repo add skedler https://guidanz.github.io/skedler-helmchart
helm repo update
See helm repo for command documentation.
To install the chart with the release name my-release
:
helm install my-release skedler/skedler
To uninstall/delete the my-release deployment:
helm delete my-release