fix(vars): removed wrong values

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-04-15 19:51:54 +02:00
parent 5a94e3c23f
commit 4ce781f6e2

View file

@ -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<do-not-reply@openreplay.com>'
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.