- Install asciinema
$ git clone https://github.com/carlosdagos/asciinema-helm
$ cd asciinema-helm
$ helm install .
To install the chart with the release name my-asciinema
:
$ helm install --name my-asciinema .
To uninstall/delete the my-release deployment:
$ helm delete my-asciinema
The command removes all the Kubernetes components associated with the chart and deletes the release.
See the values.yaml file for all the configuration options.
This still needs a lot of polishing.