Configuring the sametime.ini file on Kubernetes

Before you begin

Determine the setting format by reviewing the Configuring the sametime.ini file topic. If you are enabling the community server debug, do not use the following procedure, see the Enabling Community debug in Kubernetes topic for details.
Note: When modifying the values.yaml file indentation is important and should be done using spaces only.

Procedure

  1. Change directories to the helm directory.
  2. Open the values.yaml file for editing.
  3. Locate the sametimeIni: {} setting in the file.
    1. Remove the double brackets ({}).
    2. Remove the comment tag (#) and use the line as a guide for indentation on your settings.
    3. When setting the value, end the parameter with a colon (:) and the value in double-quotes ("value").
    4. After adding your changes, confirm that the indication is correct. There should be four spaces before the parameter.
  4. When finished, save and close the values.yaml file.
  5. Complete the steps Applying configuration changes in Kubernetes Applying configuration changes in Kubernetes or Openshift for the changes to take effect.