mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
614 B
614 B
layout | title | parent |
---|---|---|
page | How to set a license key | How to ... |
How to set a license key
After deploying the ArangoDB Kubernetes operator, use the command below to deploy your license key as a secret which is required for the Enterprise Edition starting with version 3.9:
kubectl create secret generic arango-license-key --from-literal=token-v2="<license-string>"
Then specify the newly created secret in the ArangoDeploymentSpec:
spec:
# [...]
license:
secretName: arango-license-key