Sha256: 6f1856bfa22ff2a3a0fc5469c9d3fd48f7e52ecaa04377b4870affec187baba8

Contents?: true

Size: 479 Bytes

Versions: 24

Compression:

Stored size: 479 Bytes

Contents

{{- if and .Values.derivativesVolume.enabled (not .Values.derivativesVolume.existingClaim) }}
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: {{ template "hyrax.fullname" . }}-derivatives
  labels:
    {{- include "hyrax.labels" . | nindent 4 }}
spec:
  {{ include "hyrax.sharedPvcAccessModes" . | nindent 2 }}
  resources:
    requests:
      storage: {{ .Values.derivativesVolume.size }}
  storageClassName: {{ .Values.derivativesVolume.storageClass }}
{{- end }}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-5.0.4 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-5.0.3 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-5.0.2 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-5.0.1 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-5.0.0 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-5.0.0.rc3 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-5.0.0.rc2 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-5.0.0.rc1 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-3.6.0 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-4.0.0 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-4.0.0.rc3 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-4.0.0.rc2 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-4.0.0.rc1 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-3.5.0 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-4.0.0.beta2 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-3.4.2 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-4.0.0.beta1 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-3.4.1 chart/hyrax/templates/derivatives-pvc.yaml
hyrax-3.4.0 chart/hyrax/templates/derivatives-pvc.yaml