From 7faaf82aa4c132f4bea49dc820bb8ab3a434a8e9 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Thu, 9 Nov 2023 07:36:23 +0000 Subject: [PATCH] typos in pvi claim changes --- Charts/beamline-chart/templates/_deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Charts/beamline-chart/templates/_deployment.yaml b/Charts/beamline-chart/templates/_deployment.yaml index 1cdc8b7..ff130d3 100644 --- a/Charts/beamline-chart/templates/_deployment.yaml +++ b/Charts/beamline-chart/templates/_deployment.yaml @@ -100,8 +100,8 @@ spec: mountPath: /nfsv2-tftp subPath: "{{ .Values.beamline }}/{{ .Values.ioc_name }}" {{- end }} - {{- if .Values.pvisClaim }} - - name: pvis-volume + {{- if .Values.pviClaim }} + - name: pvi-volume mountPath: /epics/pvi subPath: "{{ .Values.ioc_name }}" {{- end }}