Skip to content

Added secrets for Postgresql in key vault

Aalekh Jain requested to merge PostgresqlSecrets into master

Added the following secrets in keyvault

  1. postgres-name: Name of the postgres service (will be used in order to obtain the hostname in the service logic)
  2. postgres-username: Postgresql username (note that the password corresponding to this username is already present in the keyvault)

Updated the helm templates for the same as well.

Refer to the issue #215

cc: @kibattul

Edited by Aalekh Jain

Merge request reports