From a53f0ba8114c6bd79aed0e996c3f341b527911c1 Mon Sep 17 00:00:00 2001 From: David Blane <32327139+dblane-digicatapult@users.noreply.github.com> Date: Thu, 21 Jul 2022 11:35:54 +0100 Subject: [PATCH] Removes duplicated volumeMounts yaml (#471) --- helm/charts/hydra/templates/deployment.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/helm/charts/hydra/templates/deployment.yaml b/helm/charts/hydra/templates/deployment.yaml index 16cd9bdb42..d811916f9c 100644 --- a/helm/charts/hydra/templates/deployment.yaml +++ b/helm/charts/hydra/templates/deployment.yaml @@ -189,13 +189,6 @@ spec: {{- with .Values.deployment.extraEnv }} {{- toYaml . | nindent 12 }} {{- end }} - volumeMounts: - - name: {{ include "hydra.name" . }}-config-volume - mountPath: /etc/config - readOnly: true - {{- if .Values.deployment.extraVolumeMounts }} - {{- toYaml .Values.deployment.extraVolumeMounts | nindent 14 }} - {{- end }} {{- end }} {{- if .Values.deployment.extraInitContainers }} {{- tpl .Values.deployment.extraInitContainers . | nindent 8 }}