Skip to content

Commit

Permalink
uncomment pvc default values
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Jul 19, 2020
1 parent df9cf92 commit 6bcc592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Bitwarden Helm chart for Kubernetes
name: bitwarden-k8s
version: 0.1.4
version: 0.1.5
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ deploymentAnnotations: {}
## Persist data to a persitent volume
persistence:
enabled: false
accessMode: ReadWriteOnce
size: 800Mi
#storageClass:
#accessMode: ReadWriteOnce
#size: 800Mi
#existingClaim: "bitwarden-pvc"

0 comments on commit 6bcc592

Please sign in to comment.