`gstg-cny-kubernetes` fails during gstg-cny deployment

Summary

On the last gstg-cny deployment, the gstg-cny-kubernetes failed https://ops.gitlab.net/gitlab-com/gl-infra/deployer/-/jobs/5544034. This job triggers a pipeline to the gl-infra/k8s-workloads repo that failed with the following error:

ERROR:
  exit status 1
EXIT STATUS
  1
STDERR:
  Error: Failed to render chart: exit status 1: Error: execution error at (gitlab/templates/NOTES.txt:120:3): 
  CONFIGURATION CHECKS:
  geo: no database provided
      It appears Geo was configured but no database was provided. Geo behaviors require external databases. Ensure `global.psql.host` is set.
  Use --debug flag to render out invalid YAML
  Error: plugin "diff" exited with error
COMBINED OUTPUT:
  Error: Failed to render chart: exit status 1: Error: execution error at (gitlab/templates/NOTES.txt:120:3): 
  CONFIGURATION CHECKS:
  geo: no database provided
      It appears Geo was configured but no database was provided. Geo behaviors require external databases. Ensure `global.psql.host` is set.
  Use --debug flag to render out invalid YAML
  Error: plugin "diff" exited with error

Further investigation revealed this was a consequence of gitlab-com/gl-infra/k8s-workloads/gitlab-com!1358 (merged), so the merge request was reverted to unblock auto-deploys gitlab-com/gl-infra/k8s-workloads/gitlab-com!1373 (merged)

Edited by Mayra Cabrera