chore(helm): comment for shared persistence.
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
4c6f9a4fcb
commit
8d15d0a3bb
1 changed files with 11 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue