Skip to content

Disabling reports on Kubernetes

  1. Change to the helm directory where the Sametime installation package was decompressed.

    cd helm
    
  2. Open the values.yaml file and put in edit mode.

  3. Locate the meetingReportsDisabled value and change the value to false.

    MeetingReportsDisabled: false
    
  4. Save and close the values.yaml file.