Skip to content

Commit

Permalink
persistence enabled: true
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuecai committed May 17, 2024
1 parent 3f39afa commit 51407fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/kubeblocks_helm/debug.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# helm install pika ./pika && helm install pika-cluster ./pika-cluster

helm template pika ./pika --output-dir ./output/pika
#helm template pika-cluster ./pika-cluster --output-dir ./output/pika-cluster
helm template pika-cluster ./pika-cluster --output-dir ./output/pika-cluster
2 changes: 1 addition & 1 deletion tools/kubeblocks_helm/pika-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ resources:
memory: 4Gi

persistence:
enabled: false
enabled: true
pikaData:
storageClassName: local-storage
size: 50Gi
Expand Down

0 comments on commit 51407fd

Please sign in to comment.