fix(piped): 5.0.0 db secret

This commit is contained in:
JJGadgets
2024-01-28 09:20:51 +08:00
parent b4c3b26c31
commit 31d345ca76

View File

@@ -34,7 +34,10 @@ spec:
database:
connection_url: "jdbc:postgresql://pg-default-pgbouncer.pg.svc:5432/piped"
driver_class: "org.postgresql.Driver"
secret: "pg-default-pguser-piped-fixed"
secret:
name: "pg-default-pguser-piped"
username: "username"
password: "password"
podSecurityContext: &psc
runAsUser: &uid ${APP_UID_PIPED}
runAsGroup: *uid