Skip to content

Commit

Permalink
Tweak db username in manual AWS setup (#1210)
Browse files Browse the repository at this point in the history
Signed-off-by: wild-endeavor <[email protected]>
  • Loading branch information
wild-endeavor authored Jul 6, 2021
1 parent 5a2f5f9 commit 1880e07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion helm/values-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ storage:
db:
database:
port: 5432
# -- Create a user called flyte
# -- Create a user called flyteadmin
username: flyteadmin
host: <RDS_HOST_DNS>
# -- Create a DB called flyteadmin (OR change the name here)
Expand Down
1 change: 0 additions & 1 deletion rsts/deployment/aws/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ Next create a relational database. This database will be used by both the primar
* Set the master username to ``flyteadmin``.
* Choose a master password which you'll later use in your Helm template.

* `Username <https://github.com/flyteorg/flyte/blob/3600badd2ad49ec2cd1f62752780f201212de3f3/helm/values-eks.yaml#L218>`_
* `Password <https://github.com/flyteorg/flyte/blob/3600badd2ad49ec2cd1f62752780f201212de3f3/helm/values-eks.yaml#L196>`_

* Leave Public access off.
Expand Down

0 comments on commit 1880e07

Please sign in to comment.