[Git][root/k8s/fluxcd][main] fix(matrixtest): wrong user and db names

MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: b21043b5 by marcusvrp at 2025-08-01T05:51:06-03:00 fix(matrixtest): wrong user and db names - - - - - 1 changed file: - apps/base/matrix/helmrelease.yaml Changes: ===================================== apps/base/matrix/helmrelease.yaml ===================================== @@ -32,8 +32,8 @@ spec: tlsSecret: synapse-tls postgres: host: postgres.c3sl.ufpr.br - user: matrix-synapse - database: matrix-synapse + user: matrix_synapse + database: matrix_synapse password: secret: matrix secretKey: synapsePostgresPassword @@ -73,8 +73,8 @@ spec: tlsSecret: mas-tls postgres: host: postgres.c3sl.ufpr.br - user: matrix-auth - database: matrix-auth + user: matrix_auth + database: matrix_auth password: secret: matrix secretKey: masPostgresPassword View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/b21043b509e3dfb11984a70... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/b21043b509e3dfb11984a70... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
MarcusVRP (@mvreisdoefer)