Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46dd316

Browse files
committedAug 19, 2019
refs #914: Change default storage size to 1Gi
1 parent b7add27 commit 46dd316

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎deployment/chart/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ extraVars: []
4646
##
4747
volumePermissions:
4848
enabled: true
49-
## Init container Security Context
5049
securityContext:
5150
runAsUser: 0
5251

@@ -88,7 +87,7 @@ persistence:
8887
##
8988
# storageClass: "-"
9089
accessMode: ReadWriteOnce
91-
size: 8Gi
90+
size: 1Gi
9291
annotations: {}
9392

9493
serviceAccount:

0 commit comments

Comments
 (0)
Please sign in to comment.