Skip to content

Commit 744fea8

Browse files
author
rwinieski
committed
set persistence to true by default
1 parent 9358ce7 commit 744fea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ nodeSelector: {}
6565
# The "" storageClass will use the default storage class for your cluster. (gp2 for EKS, standard for Minikube)
6666
# If set the enabled to false, it will use EmptyDir volume
6767
persistence:
68-
enabled: false
68+
enabled: true
6969
storageClass: ""
7070
size: 10Gi
7171
annotations: {}

0 commit comments

Comments
 (0)