mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 17:39:45 +00:00
fix(piped): 5.0.0 db secret
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user