Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How to use Kubernetes Secret to specify HiveMQ license with HiveMQ Operator.
HiveMQ requires a license as a file in /opt/hivemq/license directory. There are 3 ways to add the license with HiveMQ Operator:

  1. as a raw value in the values.yaml file,

  2. as a configMap in the values.yaml file,

  3. as a secret in the values.yaml file.

...