---
All checks were successful
ci/woodpecker/push/jellyfin Pipeline was successful

This commit is contained in:
Alex Manning 2023-09-04 20:27:50 +01:00
parent b6b4e8b301
commit f204056b30

View file

@ -1,5 +1,5 @@
---
{{- if not .Values.pvc.config.existingClaim -}} {{- if not .Values.pvc.config.existingClaim -}}
---
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata:
@ -14,8 +14,8 @@ spec:
requests: requests:
storage: {{ .Values.pvc.config.storage | quote }} storage: {{ .Values.pvc.config.storage | quote }}
{{- end }} {{- end }}
---
{{- if not .Values.pvc.media.existingClaim -}} {{- if not .Values.pvc.media.existingClaim -}}
---
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata:
@ -30,8 +30,8 @@ spec:
requests: requests:
storage: {{ .Values.pvc.media.storage | quote }} storage: {{ .Values.pvc.media.storage | quote }}
{{- end }} {{- end }}
---
{{- if not .Values.pvc.cache.existingClaim -}} {{- if not .Values.pvc.cache.existingClaim -}}
---
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata: