From 45d8451a2a919144cd8c10658df740d82166e0aa Mon Sep 17 00:00:00 2001 From: Kiran Babu Date: Fri, 12 Apr 2024 17:38:07 +0530 Subject: [PATCH] Test change to check chart release action behaviour --- charts/BasicDeployment/hdp-server-deploy/ReadMe.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/BasicDeployment/hdp-server-deploy/ReadMe.txt b/charts/BasicDeployment/hdp-server-deploy/ReadMe.txt index 825e081..a7310bc 100644 --- a/charts/BasicDeployment/hdp-server-deploy/ReadMe.txt +++ b/charts/BasicDeployment/hdp-server-deploy/ReadMe.txt @@ -13,8 +13,8 @@ By default, this project installs PostgreSQL, runs a SQL Script to setup the use When the volumes are mounted, and a prior database exists, PostgreSQL will skip running the init SQL script. In case of a need to use any other supported database like Oralce or SQLServer, configure .values.postgres.enabled to false. -This will skip creating the init sql script and the installation of PostgreSQL database. -In addition, config/hdpdeploy.properties need to be updated to the right account database information for a successful HDP installation. +This will skip creating the init sql script as a config map and the installation of PostgreSQL database. +In addition, config/hdpdeploy.properties need to be updated to the right account database details for a successful HDP installation. ============== Installing HDP