Skip to content

Commit

Permalink
refs coder#914: Change default storage size to 1Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi committed Aug 19, 2019
1 parent b7add27 commit 46dd316
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployment/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ extraVars: []
##
volumePermissions:
enabled: true
## Init container Security Context
securityContext:
runAsUser: 0

Expand Down Expand Up @@ -88,7 +87,7 @@ persistence:
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 8Gi
size: 1Gi
annotations: {}

serviceAccount:
Expand Down

0 comments on commit 46dd316

Please sign in to comment.