Skip to content

Commit

Permalink
Separate data and working dir pvcs
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Aug 30, 2021
1 parent 4e27f15 commit bb53d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ configs:
k8s_use_service_account: true
k8s_data_volume_claim: |-
{{ template "galaxy.pvcname" . -}}:{{ .Values.persistence.mountPath -}}
k8s_working_volume_claim: |-
{{ template "galaxy.pvcname" . -}}:{{ .Values.persistence.mountPath -}}
k8s_persistent_volume_claims: |-
{{ template "galaxy.pvcname" . -}}/cache:{{ .Values.persistence.mountPath -}}/cache,
{{- template "galaxy.pvcname" . -}}/config:{{ .Values.persistence.mountPath -}}/config,
Expand Down

0 comments on commit bb53d37

Please sign in to comment.