Skip to content

Commit

Permalink
typos in pvi claim changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 9, 2023
1 parent 07c4533 commit 7faaf82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Charts/beamline-chart/templates/_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7faaf82

Please sign in to comment.