From 6137ebaa705344702b5201deb0d01bffec6fcf8f Mon Sep 17 00:00:00 2001 From: Radu Carpa Date: Wed, 14 Jul 2021 13:06:34 +0200 Subject: [PATCH] rucio-server: also disable volumemounts --- charts/rucio-server/Chart.yaml | 2 +- charts/rucio-server/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/rucio-server/Chart.yaml b/charts/rucio-server/Chart.yaml index 14ba5b0..504f129 100644 --- a/charts/rucio-server/Chart.yaml +++ b/charts/rucio-server/Chart.yaml @@ -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: diff --git a/charts/rucio-server/templates/deployment.yaml b/charts/rucio-server/templates/deployment.yaml index 2f64ad9..00d7deb 100644 --- a/charts/rucio-server/templates/deployment.yaml +++ b/charts/rucio-server/templates/deployment.yaml @@ -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 }}