fix(vars): removed wrong values
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
5a94e3c23f
commit
4ce781f6e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue