Skip to content

Commit

Permalink
mount x509 proxy volume into undertaker
Browse files Browse the repository at this point in the history
it has to be able to cancel requests of expired dids
  • Loading branch information
Radu Carpa committed Dec 1, 2021
1 parent 577c6f6 commit 5566456
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rucio-daemons/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-daemons
version: 1.27.0
version: 1.27.1
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
Expand Down
5 changes: 5 additions & 0 deletions charts/rucio-daemons/templates/undertaker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ spec:
- name: config
secret:
secretName: {{ template "rucio.fullname" . }}.config.undertaker.yaml
- name: proxy-volume
secret:
secretName: {{ .Release.Name }}-rucio-x509up
{{- range $key, $val := .Values.additionalSecrets }}
- name: {{ $key }}
secret:
Expand All @@ -85,6 +88,8 @@ spec:
- name: config
mountPath: /opt/rucio/etc/rucio.config.component.json
subPath: rucio.config.component.json
- name: proxy-volume
mountPath: /opt/proxy
{{- range $key, $val := .Values.additionalSecrets }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
Expand Down

0 comments on commit 5566456

Please sign in to comment.