Skip to content

Commit

Permalink
fix: change attribute for appuser to login (#721)
Browse files Browse the repository at this point in the history
Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
  • Loading branch information
milosbackonja committed Sep 15, 2023
1 parent 52e31b0 commit a0e0a74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/charts/agent/templates/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ spec:
- superuser
- createdb
castor-application-user:
- superuser
- login
pollux-admin:
- superuser
- createdb
pollux-application-user:
- superuser
- login
connect-admin:
- superuser
- createdb
connect-application-user:
- superuser
- login
agent-admin:
- superuser
- createdb
agent-application-user:
- superuser
- login
databases:
castor: castor-admin
pollux: pollux-admin
Expand Down

0 comments on commit a0e0a74

Please sign in to comment.