Skip to content

Commit

Permalink
fix(piped): db secret username
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed May 19, 2024
1 parent b596cbf commit 7fb7e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/deploy/apps/piped/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
driver_class: "org.postgresql.Driver"
secret:
name: "pg-default-pguser-piped"
username: "username"
username: "user"
password: "password"
podSecurityContext: &psc
runAsUser: &uid ${APP_UID_PIPED}
Expand Down

0 comments on commit 7fb7e1f

Please sign in to comment.