Keycloak: fix db config

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2025-09-29 16:17:17 +02:00
parent 4046b4821c
commit 4cee86cab4
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
#
---
- name: Setup the database
hosts: db-fas01.stg.fedoraproject.org
hosts: db-fas01.stg.rdu3.fedoraproject.org
gather_facts: no
become: yes
become_user: postgres

View File

@@ -6,7 +6,7 @@ spec:
instances: 1
db:
vendor: postgres
host: postgres-db
host: db-fas01{{env_suffix}}.{{datacenter}}.fedoraproject.org
usernameSecret:
name: keycloak-secrets
key: db_username