Commit e38d17ab authored by Rob Barnsley's avatar Rob Barnsley
Browse files

propagated --enable-history to abacus-rse argument

parent 4b1e466f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ spec:
            - name: RUCIO_DAEMON
              value: "abacus-rse"
            - name: RUCIO_DAEMON_ARGS
              value: "--threads {{ .Values.abacusRse.threads }}"
              value: "{{- if .Values.abacusRse.fillHistoryTable }}--enable-history {{ end }}--threads {{ .Values.abacusRse.threads }}"
{{- with .Values.abacusRse.resources }}
          resources:
{{ toYaml . | trim | indent 12 }}
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ abacusCollectionReplica:
      cpu: "700m"

abacusRse:
  fillHistoryTable: 0
  threads: 1
  podAnnotations: {}
  resources: