From 6bcc5922cc46c8a9c1d032533598fc6bc2a1f82a Mon Sep 17 00:00:00 2001 From: Bryton Hall Date: Sun, 19 Jul 2020 19:41:41 +0000 Subject: [PATCH] uncomment pvc default values --- Chart.yaml | 2 +- values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 8a0343c..019d4cb 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/values.yaml b/values.yaml index c794c69..f7c6c83 100644 --- a/values.yaml +++ b/values.yaml @@ -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"