9.3 Changing the Database Configuration

You can specify the password of the database in the values.yaml file.

To change the password of the server, perform the following steps:

  1. Edit the SecureLogin-Server-x.x.x.x\values.yaml file.

  2. Change the database name, username, or password as needed under DBProperties. The values must match with the database configuration.

  3. Perform a helm install or upgrade using the following command:

    • To install:

      helm install <name-of-the-release> <name-of-the-helm-chart> -n <name-of-the-namespace>

      For example, helm install slserver001 SecureLogin-Server-x.x.x.x -n nsl-namespace

    • To upgrade:

      helm upgrade <release-name> <name-of-the-helm-chart> -n <name-of-the-namespace>

      For example, helm upgrade slserver SecureLogin-Server-x.x.x.x -n my-ingress