chore(helm): adding pvc to utilities
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
d837c14be4
commit
54b414e199
1 changed files with 8 additions and 0 deletions
|
|
@ -102,3 +102,11 @@ nodeSelector: {}
|
|||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
pvc:
|
||||
# This can be either persistentVolumeClaim or hostPath.
|
||||
# In case of pvc, you'll have to provide the pvc name.
|
||||
# For example
|
||||
# name: openreplay-efs
|
||||
name: hostPath
|
||||
hostMountPath: /openreplay/storage/nfs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue