Skip to content

Commit

Permalink
Whitespace k8s_persistent_volume_claims
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Mahmoud authored and almahmoud committed May 17, 2021
1 parent be2c257 commit 97ae3d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,14 +273,14 @@ configs:
load: galaxy.jobs.runners.kubernetes:KubernetesJobRunner
k8s_use_service_account: true
k8s_persistent_volume_claims: |-
{{ template "galaxy.pvcname" . -}}:{{.Values.persistence.mountPath}}
{{ template "galaxy.pvcname" . -}}:{{ .Values.persistence.mountPath -}}
{{- if .Values.cvmfs.enabled -}}
{{- range $key, $entry := .Values.cvmfs.galaxyPersistentVolumeClaims -}}
,{{- template "galaxy.fullname" $ -}}-cvmfs-gxy-{{ $key }}-pvc:{{ $entry.mountPath }}
,{{- template "galaxy.fullname" $ -}}-cvmfs-gxy-{{ $key }}-pvc:{{ $entry.mountPath -}}
{{- end -}}
{{- end -}}
{{- if .Values.initJob.downloadToolConfs.enabled }}
,{{ template "galaxy.pvcname" . -}}/{{ .Values.initJob.downloadToolConfs.volume.subPath }}:{{ .Values.initJob.downloadToolConfs.volume.mountPath }}
{{- if .Values.initJob.downloadToolConfs.enabled -}}
,{{ template "galaxy.pvcname" . -}}/{{ .Values.initJob.downloadToolConfs.volume.subPath }}:{{ .Values.initJob.downloadToolConfs.volume.mountPath -}}
{{- end -}}
{{- if .Values.extraVolumes -}}
{{- template "galaxy.extra_pvc_mounts" . -}}
Expand Down

0 comments on commit 97ae3d4

Please sign in to comment.