fix(grampsweb): fix hostPath
This commit is contained in:
parent
1b0937fd5f
commit
13e8beaabc
3 changed files with 7 additions and 3 deletions
|
@ -3,6 +3,6 @@ name: grampsweb
|
||||||
description: A Helm chart for gramps web
|
description: A Helm chart for gramps web
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
||||||
appVersion: "23.11.0"
|
appVersion: "23.11.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# grampsweb
|
# grampsweb
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for gramps web
|
A Helm chart for gramps web
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
{{- if and .Values.persistence.enabled ( not .Values.persistence.existingClaim) -}}
|
{{- if and
|
||||||
|
.Values.persistence.enabled
|
||||||
|
(not .Values.persistence.hostPath)
|
||||||
|
(not .Values.persistence.existingClaim)
|
||||||
|
}}
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Add table
Reference in a new issue