Unverified Commit a5bf1d9e authored by Martin Barisits's avatar Martin Barisits Committed by GitHub
Browse files

Merge pull request #72 from robbarnsley/add-enable-history-to-abacus-rse

propagated --enable-history to abacus-rse argument
parents 9fc713a4 e38d17ab
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: