Setting additional server Environment

The helm chart configuration parameter customServerEnv can be used to set additional server environment variables. This will be set in the environment script when initialization and starting the OneDB database server.

onedb: 
    customServerEnv: 
        DB_LOCALE: “en_us.utf8” 
        DBTEMP: “/tmp”