From 4ce781f6e20671cf7eb98727a1d459ef64c84592 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 15 Apr 2022 19:51:54 +0200 Subject: [PATCH] fix(vars): removed wrong values Signed-off-by: rjshrjndrn --- scripts/helmcharts/vars.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 49d48525b..0cb1399c6 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -78,7 +78,7 @@ global: # if you're using one node installation, where # you're using local s3, make sure these variables # are same as minio.global.minio.accesskey and secretKey - accessKey: "YkkPAPYjogRlicqvCuNSHkfsdGtCCq" + accessKey: "changeMeMinioAccessKey" secretKey: "changeMeMinioPassword" email: emailHost: '' @@ -92,7 +92,7 @@ global: emailFrom: 'OpenReplay' enterpriseEditionLicense: "" - domainName: "foss.openreplay.com" + domainName: "" # If there is multiple nodes in the kubernetes cluster, # we'll have to create a NFS share PVC for both the containers to share data.