From 1880e07d1dc65af1fa4a2f81f243c17ebf274b3c Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Tue, 6 Jul 2021 13:42:07 -0700 Subject: [PATCH] Tweak db username in manual AWS setup (#1210) Signed-off-by: wild-endeavor --- helm/values-eks.yaml | 2 +- rsts/deployment/aws/manual.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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.