Skip to content

Commit

Permalink
fix readme & remove s3csi subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng authored and cheng committed Jul 11, 2024
1 parent 91e11e0 commit f23b51c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion galaxy/templates/deployment-celery-beat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ spec:
{{- if .Values.refdata.enabled }}
- name: refdata-gxy
mountPath: /cvmfs/data.galaxyproject.org
subPath: data.galaxyproject.org
{{- if eq .Values.refdata.type "cvmfs" }}
subPath: data.galaxyproject.org
# CVMFS automount volumes must be mounted with HostToContainer mount propagation.
mountPropagation: HostToContainer
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion galaxy/templates/deployment-celery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ spec:
{{- if .Values.refdata.enabled }}
- name: refdata-gxy
mountPath: /cvmfs/data.galaxyproject.org
subPath: data.galaxyproject.org
{{- if eq .Values.refdata.type "cvmfs" }}
subPath: data.galaxyproject.org
# CVMFS automount volumes must be mounted with HostToContainer mount propagation.
mountPropagation: HostToContainer
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion galaxy/templates/deployment-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ spec:
{{- if $.Values.refdata.enabled }}
- name: refdata-gxy
mountPath: /cvmfs/data.galaxyproject.org
subPath: data.galaxyproject.org
{{- if eq $.Values.refdata.type "cvmfs" }}
subPath: data.galaxyproject.org
# CVMFS automount volumes must be mounted with HostToContainer mount propagation.
mountPropagation: HostToContainer
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion galaxy/templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ spec:
{{- if .Values.refdata.enabled }}
- name: refdata-gxy
mountPath: /cvmfs/data.galaxyproject.org
subPath: data.galaxyproject.org
{{- if eq .Values.refdata.type "cvmfs" }}
subPath: data.galaxyproject.org
# CVMFS automount volumes must be mounted with HostToContainer mount propagation.
mountPropagation: HostToContainer
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion galaxy/templates/deployment-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ spec:
{{- if .Values.refdata.enabled }}
- name: refdata-gxy
mountPath: /cvmfs/data.galaxyproject.org
subPath: data.galaxyproject.org
{{- if eq .Values.refdata.type "cvmfs" }}
subPath: data.galaxyproject.org
# CVMFS automount volumes must be mounted with HostToContainer mount propagation.
mountPropagation: HostToContainer
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions galaxy/templates/jobs-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ spec:
{{- if .Values.refdata.enabled }}
- name: refdata-gxy
mountPath: /cvmfs/data.galaxyproject.org
subPath: data.galaxyproject.org
{{- if eq .Values.refdata.type "cvmfs" }}
subPath: data.galaxyproject.org
# CVMFS automount volumes must be mounted with HostToContainer mount propagation.
mountPropagation: HostToContainer
{{- end }}
Expand Down Expand Up @@ -187,8 +187,8 @@ spec:
{{- if .Values.refdata.enabled }}
- name: refdata-gxy
mountPath: /cvmfs/data.galaxyproject.org
subPath: data.galaxyproject.org
{{- if eq .Values.refdata.type "cvmfs" }}
subPath: data.galaxyproject.org
# CVMFS automount volumes must be mounted with HostToContainer mount propagation.
mountPropagation: HostToContainer
{{- end }}
Expand Down

0 comments on commit f23b51c

Please sign in to comment.