Disable persistance
This commit is contained in:
parent
fb59e92386
commit
903a1fa4d5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ ingress:
|
|||
|
||||
persistence:
|
||||
accessMode: 'ReadWriteOnce'
|
||||
enabled: true
|
||||
enabled: false
|
||||
size: 2Gi
|
||||
class: hostpath
|
||||
|
||||
|
|
Loading…
Reference in a new issue