From 975333c08466b4b86366d10199dcae07d005c85a Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Wed, 22 Dec 2021 12:47:00 +0530 Subject: [PATCH] chore(dock): update the comments Signed-off-by: Rajesh Rajendran --- scripts/helm/helm/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/helm/helm/values.yaml b/scripts/helm/helm/values.yaml index 123ada956..c8af79fd8 100644 --- a/scripts/helm/helm/values.yaml +++ b/scripts/helm/helm/values.yaml @@ -1,3 +1,4 @@ +# Databases specific variables postgresql: &postgres # For genrating psswords # `openssl rand -hex 20` @@ -24,6 +25,8 @@ minio: accessKey: "changeMeMinioAccessKey" secretKey: "changeMeMinioPasword" +# Application specific variables + global: postgresql: *postgres kafka: *kafka