Skip to content

License Configuration

Kdb+ On Demand (KOD) license details can be set globally using the .Values.global.license object.

global:
  license:
    user: "User Name"
    email: "uname@kx.com"
    secretName: "license-secret"

user

Variable Type Example
user string "User Name"

Name of user requesting the license, used to define the QP_GIT_USER environment variable.

Requires that the e-mail has also been populated with a valid e-mail address.

email

Variable Type Example
email string "uname@kx.com"

E-mail address of user requesting the license, used to define the QP_GIT_EMAIL environment variable.

Requires that the user has also been populated with a valid name.

secretName

Variable Type Example
secretName string "license-secret"

If the secretName field is populated, k8s will attempt to mount a secret with the defined name to the pod. K8s takes the secret name provide and creates the KDB_LICENSE_B64 environment variable from secret using the key license.