diff --git a/helm/values-eks.yaml b/helm/values-eks.yaml index 500795580d..94fdceb6d3 100644 --- a/helm/values-eks.yaml +++ b/helm/values-eks.yaml @@ -216,7 +216,7 @@ storage: db: database: port: 5432 - # -- Create a user called flyte + # -- Create a user called flyteadmin username: flyteadmin host: # -- Create a DB called flyteadmin (OR change the name here) diff --git a/rsts/deployment/aws/manual.rst b/rsts/deployment/aws/manual.rst index 4e190e778d..00978b9a45 100644 --- a/rsts/deployment/aws/manual.rst +++ b/rsts/deployment/aws/manual.rst @@ -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 `_ * `Password `_ * Leave Public access off.