B.5. VoltDB Database Startup Options

Documentation

VoltDB Home » Documentation » VoltDB Kubernetes Administrator's Guide

B.5. VoltDB Database Startup Options

The following properties affect how Helm interacts with the VoltDB cluster and specific initialization options, such as the initial schema and procedure classes.

Table B.4. Options Starting with cluster.config...

ParameterDescriptionDefault
.auth.credSecretNameName 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.""
.auth.passwordOperator admin password used to access VoltDB; required if security is enabled. Superseded by credSecretName when provided.""
.auth.usernameOperator admin user name used to access VoltDB; required if security is enabled. Superseded by credSecretName when provided.voltdb-operator
.classesMap of optional jar files containing stored procedures{ }
.licenseXMLFileVoltDB Enterprise license file{ }
.log4jcfgFileCustom Log4j configuration file{ }
.schemasMap of optional schema files containing data definition statements{ }