From 2ebd89bf029e3f002135b477fa27f354bbbc33c1 Mon Sep 17 00:00:00 2001 From: Jiye Yu Date: Wed, 10 Nov 2021 20:58:45 +0900 Subject: [PATCH] fix typos on external-dagtabase settings (#1232) --- server_installation/topics/operator/external-database.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server_installation/topics/operator/external-database.adoc b/server_installation/topics/operator/external-database.adoc index ebc0a83d57..6627caa0de 100644 --- a/server_installation/topics/operator/external-database.adoc +++ b/server_installation/topics/operator/external-database.adoc @@ -17,9 +17,9 @@ stringData: POSTGRES_EXTERNAL_PORT: POSTGRES_PASSWORD: # Required for AWS Backup functionality - POSTGRES_SUPERUSER: true + POSTGRES_SUPERUSER: "true" POSTGRES_USERNAME: - type: Opaque +type: Opaque ``` The following properties set the hostname or IP address and port of the database.