Loading charts/rucio-daemons/templates/abacus-account.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,9 @@ spec: {{- range $key, $val := $collection }} - name: {{ kindIs "int" $key | ternary (coalesce $val.volumeName $val.secretName $val.secretFullName) $key }} mountPath: {{ $val.mountPath }} subPath: {{ $val.subPath }} {{- if $val.subPath }} subPath: "{{ $val.subPath }}" {{- end }} {{- end}} {{- end}} {{- range $key, $val := .Values.persistentVolumes }} Loading charts/rucio-daemons/templates/abacus-collection-replica.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,9 @@ spec: {{- range $key, $val := $collection }} - name: {{ kindIs "int" $key | ternary (coalesce $val.volumeName $val.secretName $val.secretFullName) $key }} mountPath: {{ $val.mountPath }} subPath: {{ $val.subPath }} {{- if $val.subPath }} subPath: "{{ $val.subPath }}" {{- end }} {{- end}} {{- end}} {{- range $key, $val := .Values.persistentVolumes }} Loading charts/rucio-daemons/templates/abacus-rse.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,9 @@ spec: {{- range $key, $val := $collection }} - name: {{ kindIs "int" $key | ternary (coalesce $val.volumeName $val.secretName $val.secretFullName) $key }} mountPath: {{ $val.mountPath }} subPath: {{ $val.subPath }} {{- if $val.subPath }} subPath: "{{ $val.subPath }}" {{- end }} {{- end}} {{- end}} {{- range $key, $val := .Values.persistentVolumes }} Loading charts/rucio-daemons/templates/automatix.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,9 @@ spec: {{- range $key, $val := $collection }} - name: {{ kindIs "int" $key | ternary (coalesce $val.volumeName $val.secretName $val.secretFullName) $key }} mountPath: {{ $val.mountPath }} subPath: {{ $val.subPath }} {{- if $val.subPath }} subPath: "{{ $val.subPath }}" {{- end }} {{- end}} {{- end}} {{- range $key, $val := .Values.persistentVolumes }} Loading charts/rucio-daemons/templates/cache-consumer.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,9 @@ spec: {{- range $key, $val := $collection }} - name: {{ kindIs "int" $key | ternary (coalesce $val.volumeName $val.secretName $val.secretFullName) $key }} mountPath: {{ $val.mountPath }} subPath: {{ $val.subPath }} {{- if $val.subPath }} subPath: "{{ $val.subPath }}" {{- end }} {{- end}} {{- end}} {{- range $key, $val := .Values.persistentVolumes }} Loading Loading
charts/rucio-daemons/templates/abacus-account.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,9 @@ spec: {{- range $key, $val := $collection }} - name: {{ kindIs "int" $key | ternary (coalesce $val.volumeName $val.secretName $val.secretFullName) $key }} mountPath: {{ $val.mountPath }} subPath: {{ $val.subPath }} {{- if $val.subPath }} subPath: "{{ $val.subPath }}" {{- end }} {{- end}} {{- end}} {{- range $key, $val := .Values.persistentVolumes }} Loading
charts/rucio-daemons/templates/abacus-collection-replica.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,9 @@ spec: {{- range $key, $val := $collection }} - name: {{ kindIs "int" $key | ternary (coalesce $val.volumeName $val.secretName $val.secretFullName) $key }} mountPath: {{ $val.mountPath }} subPath: {{ $val.subPath }} {{- if $val.subPath }} subPath: "{{ $val.subPath }}" {{- end }} {{- end}} {{- end}} {{- range $key, $val := .Values.persistentVolumes }} Loading
charts/rucio-daemons/templates/abacus-rse.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,9 @@ spec: {{- range $key, $val := $collection }} - name: {{ kindIs "int" $key | ternary (coalesce $val.volumeName $val.secretName $val.secretFullName) $key }} mountPath: {{ $val.mountPath }} subPath: {{ $val.subPath }} {{- if $val.subPath }} subPath: "{{ $val.subPath }}" {{- end }} {{- end}} {{- end}} {{- range $key, $val := .Values.persistentVolumes }} Loading
charts/rucio-daemons/templates/automatix.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,9 @@ spec: {{- range $key, $val := $collection }} - name: {{ kindIs "int" $key | ternary (coalesce $val.volumeName $val.secretName $val.secretFullName) $key }} mountPath: {{ $val.mountPath }} subPath: {{ $val.subPath }} {{- if $val.subPath }} subPath: "{{ $val.subPath }}" {{- end }} {{- end}} {{- end}} {{- range $key, $val := .Values.persistentVolumes }} Loading
charts/rucio-daemons/templates/cache-consumer.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,9 @@ spec: {{- range $key, $val := $collection }} - name: {{ kindIs "int" $key | ternary (coalesce $val.volumeName $val.secretName $val.secretFullName) $key }} mountPath: {{ $val.mountPath }} subPath: {{ $val.subPath }} {{- if $val.subPath }} subPath: "{{ $val.subPath }}" {{- end }} {{- end}} {{- end}} {{- range $key, $val := .Values.persistentVolumes }} Loading