Skip to content

Configuring Supervision

Supervision was previously know as AdminBot. adminbot got renamed to supervision to better reflect the capabilities it provides. Its renaming happened following the release 26.2.1.

See how to download example files from the helm chart here.

Configuration

For a quick setup using the default settings, see the minimal fragment example in charts/matrix-stack/ci/fragments/supervision-minimal.yaml.

Credentials

Credentials are generated if initSecrets is enabled. Alternatively they can either be provided inline in the values with value or if you have an existing Secret in the cluster in the same namespace you can use secret andsecretKey to reference it.

If you don't want the chart to generate the secret, please refer to the following values fragments examples to see the secrets to configure.

The Supervision bot requires user.password, backupPassphrase and the registration file in appserviceRegistration.

  • charts/matrix-stack/ci/fragments/supervision-secrets-in-helm.yaml
  • charts/matrix-stack/ci/fragments/supervision-secrets-externally.yaml

Additional configuration

Additional Supervision configuration can be provided inline in the values as a string with

supervision:
  additional:
    ## Either reference config to inject by:
    1-custom-config:
      config: |
        base:
          config:
            options:
              shouldJoinDMs: true
    ## Either reference an existing `Secret` by:
    2-custom-config:
      configSecret: custom-supervision-config
      configSecretKey: shared.yaml