chore(helm): comment for shared persistence.

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-25 20:10:35 +05:30
parent 4c6f9a4fcb
commit 8d15d0a3bb

View file

@ -71,6 +71,17 @@ global:
enterpriseEditionLicense: ""
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.
# If it's the single node, we'll use hostVolume, which is default for community installation.
# Note: Both PVC name should be same.
# sink:
# pvc:
# name: mysharedpersistence
# storage:
# pvc:
# name: mysharedpersistence
chalice:
env:
jwt_secret: "SetARandomStringHere"