The following properties affect how Helm interacts with the VoltDB cluster adn specific initialization options, such as the initial schema and procedure classes.
Table A.4. Options Starting with cluster.config...
| Parameter | Description | Default |
|---|---|---|
| .auth.username | User added for operator VoltDB API communication when hash security is enabled | voltdb-operator |
| .auth.password | Password added for operator VoltDB API communication when hash security is enabled | "" |
| .schemas | Map of optional schema files containing data definition statements | { } |
| .classes | Map of optional jar files container stored procedures | { } |
| .licenseXMLFile | VoltDB Enterprise license.xml | { } |
| .log4jcfgFile | Custom Log4j configuration file | { } |