Testbed to try out new things.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo:
helm repo add testbed-charts https://juanjjaramillo.github.io/testbed
If you had already added this repo earlier, retrieve the latest versions of the packages:
helm repo update
To see the available charts:
# `--devel` flag is only needed to show development
# versions (v0.0.0, alpha, beta, and release candidate releases)
helm search repo --devel testbed-charts
If you want to see a list of all available charts and releases, check index.yaml.
To install the testbed
chart:
helm install my-testbed testbed-charts/testbed
To uninstall the chart:
helm delete my-testbed