Skip to content

Commit

Permalink
conditionally propagate space manager configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Mar 28, 2024
1 parent 13f1220 commit 80c2003
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,13 @@ data:
{{- end }}

dcache.conf: |-
{{- if .Values.services.srm.enabled }}
dcache.enable.space-reservation = true
spacemanager.enable.unreserved-uploads-to-linkgroups = true
{{- else }}
dcache.enable.space-reservation = false
{{- end }}

cleaner-disk.destination.remove-notification =

# single db for all services
Expand Down

0 comments on commit 80c2003

Please sign in to comment.