Skip to content

Commit

Permalink
Bookstack persistent volume patch (helm#11641)
Browse files Browse the repository at this point in the history
* persistent volume issue

Signed-off-by: Lucas Martins <[email protected]>

* update - persistent volume patch

Signed-off-by: Lucas Martins <[email protected]>
  • Loading branch information
Lucas3M authored and k8s-ci-robot committed Feb 22, 2019
1 parent 39c8704 commit 4127562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/bookstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.24.3
description: BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.
name: bookstack
version: 1.0.1
version: 1.0.2
home: https://www.bookstackapp.com/
icon: https://github.com/BookStackApp/website/blob/master/static/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion stable/bookstack/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
- name: uploads
{{- if .Values.persistence.uploads.enabled }}
persistentVolumeClaim:
claimName: {{ .Values.persistence.storage.existingClaim | default (printf "%s-%s" (include "bookstack.fullname" .) "uploads") }}
claimName: {{ .Values.persistence.uploads.existingClaim | default (printf "%s-%s" (include "bookstack.fullname" .) "uploads") }}
{{- else }}
emptyDir: {}
{{- end }}
Expand Down

0 comments on commit 4127562

Please sign in to comment.