About Installing and Testing a Release
You use Helm to install the ttcrd
, ttoperator
, and ttclassic
Helm charts.
After installation, you can test the installation of the TimesTen Operator and the creation of TimesTen databases by running the helm
test
command. This command creates a test
Pod that runs a command specific to the chart being tested. If the command finishes with exit code 0
, the test succeeds and the test
Pod is deleted. Any other error code indicates failure. In the case of failure, the test
Pod is not deleted.
The examples in later sections show you how to install the charts and how to use the helm
test
command.