Skip to content

Commit

Permalink
feat: add system account
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Feb 22, 2024
1 parent 4059dba commit 9c9e7e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployments/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ nats:
config:
merge:
no_auth_user: legacy
system_account: admin
accounts:
# admin account have access into the system features.
admin:
users:
- user: admin
password: admin
legacy:
users:
- user: legacy
Expand Down

0 comments on commit 9c9e7e2

Please sign in to comment.