The following properties affect how Helm interacts with the VoltDB cluster adn specific initialization options, such as the initial schema and procedure classes.
Table B.4. Options Starting with cluster.config...
| Parameter | Description | Default |
|---|---|---|
| .auth.username | Operator admin user name used to access VoltDB. Required. Superseded by credSecretName when provided | voltdb-operator |
| .auth.password | Operator admin password used to access VoltDB if security is enabled. Required. Superseded by credSecretName when provided. | "" |
| .auth.credSecretName | Name of the premade secret containing Operator admin username and password. This overrides auth.username and auth.password values and avoids including the password in yaml. | "" |
| .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 | { } |