From 746555db06a473963aa86202296ecbc4cae4ce40 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Wed, 11 Oct 2023 07:06:57 -0700 Subject: [PATCH] add comment about PVC --- values.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/values.yaml b/values.yaml index 3f379e7..e4aa64b 100644 --- a/values.yaml +++ b/values.yaml @@ -7,13 +7,6 @@ image: tag: 0.21.0 -storage: - persistence: - - # Automatically creating the library volume is not supported by this chart - # You have to specify an existing PVC to use - existingClaim: - ###################### # VIKUNJA COMPONENTS # ###################### @@ -24,6 +17,8 @@ api: repository: vikunja/api pullPolicy: IfNotPresent persistence: + # This is your Vikunja data will live, you can either let + # the chart create a new PVC for you or provide an existing one. data: enabled: true # existingClaim: # your-claim