Skip to content

Commit

Permalink
minor fix to eks-starter.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Arad <[email protected]>
  • Loading branch information
guyarad committed Oct 31, 2023
1 parent a7fc664 commit 0bbedeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/flyte-binary/eks-starter.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
configuration:
database:
username: <DB_USERNAME>
password: <DB_PASSWORD>
host: <RDS_HOST_DNS>
dbname: app # what is this? why not flyteadmin or flyte?
dbname: flyteadmin (<INITAL_DB>)
storage:
metadataContainer: <BUCKET_NAME>
userDataContainer: <USER_DATA_BUCKET_NAME>
Expand Down

0 comments on commit 0bbedeb

Please sign in to comment.