Skip to content

Commit

Permalink
Merge pull request #77 from rcarpa/undertaker_proxy_volume
Browse files Browse the repository at this point in the history
mount x509 proxy volume into undertaker
  • Loading branch information
bari12 authored Dec 1, 2021
2 parents 577c6f6 + 5566456 commit 74d9bea
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 74d9bea

Please sign in to comment.