Skip to content

Commit

Permalink
Merge pull request #7 from hall/patch-1
Browse files Browse the repository at this point in the history
uncomment pvc default values
  • Loading branch information
rgembalik authored Jul 20, 2020
2 parents df9cf92 + 6bcc592 commit 935fdca
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 935fdca

Please sign in to comment.