Skip to content

Commit

Permalink
fix: uses correct storageclass for pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tazer committed Aug 17, 2022
1 parent 496a1ab commit 5873b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cubestore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
name: cubestore
description: A Helm chart for Cubestore
type: application
version: 0.1.3
version: 0.1.4
appVersion: "0.28.32"
keywords:
- cubejs
Expand Down
1 change: 1 addition & 0 deletions charts/cubestore/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: gp2-multi
resources:
requests:
storage: {{ .Values.remoteDir.persistence.size }}
Expand Down

0 comments on commit 5873b2a

Please sign in to comment.