Skip to content

Commit

Permalink
Fix missing condition on PVC
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaronator committed Feb 9, 2025
1 parent 8a78891 commit 9117e4b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.database.enabled -}}
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down Expand Up @@ -25,3 +26,4 @@ spec:
requests:
storage: 1Mi
storageClassName: container-data
{{- end -}}

0 comments on commit 9117e4b

Please sign in to comment.