Skip to content

Configuring AdminBot

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/adminbot-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.

AdminBot requires user.password, backupPassphrase and the registration file in appserviceRegistration.

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

Additional configuration

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

adminbot:
  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-adminbot-config
      configSecretKey: shared.yaml