Skip to content

Commit

Permalink
Merge pull request #58 from rcarpa/disable_volume_mounts
Browse files Browse the repository at this point in the history
rucio-server: also disable volumemounts
  • Loading branch information
rcarpa authored Jul 14, 2021
2 parents 2777aaf + 6137eba commit b98a3e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rucio-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-server
version: 1.1.5
version: 1.1.6
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
Expand Down
2 changes: 2 additions & 0 deletions charts/rucio-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,12 @@ spec:
resources:
{{ toYaml .Values.serverResources | indent 12 }}
volumeMounts:
{{- if .Values.ftsRenewal.enabled }}
- name: proxy-volume
mountPath: /opt/proxy
- name: ca-volume
mountPath: /opt/certs
{{- end }}
- name: httpdlog
mountPath: /var/log/httpd
{{- range $key, $val := .Values.additionalSecrets }}
Expand Down

0 comments on commit b98a3e7

Please sign in to comment.