Skip to content

Commit

Permalink
fix broken autosave volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 11, 2024
1 parent f4292b6 commit 1fd8a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Charts/ioc-instance/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ spec:
- name: opis-volume
persistentVolumeClaim:
claimName: {{ $opisClaim }}
- name: autosave-volume
persistentVolumeClaim:
claimName: {{ $autosaveClaim }}
{{- if .Values.nfsv2TftpClaim }}
- name: nfsv2-tftp-volume
persistentVolumeClaim:
claimName: {{ .Values.nfsv2TftpClaim }}
{{- end }}
- name: autosave-volume
persistentVolumeClaim:
claimName: $autosaveClaim
{{- if .Values.dataVolume.pvc }}
- name: {{ .Release.Name }}-data
persistentVolumeClaim:
Expand Down

0 comments on commit 1fd8a0d

Please sign in to comment.