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.