Skip to content

Commit

Permalink
fix mount points
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 9, 2023
1 parent 7fb6225 commit b3c476d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Charts/beamline-chart/templates/_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
{{- end }}
{{- if .Values.opisClaim }}
- name: opis-volume
mountPath: /epics/opis
mountPath: /epics/opi
subPath: "{{ .Values.ioc_name }}"
{{- end }}
stdin: true
Expand Down
4 changes: 2 additions & 2 deletions Charts/beamline-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ dataVolume:

# use the shared PVC for publishing opi files over http (see services/opis)
opisClaim:
# use the shared PVC for publishing pvi device files over http (see services/opis)
pvisClaim:
# use the shared PVC for holding runtime files for each IOC
runtimeClaim:
# use the shared PVC autosave files (comment out for no autosave)
autosaveClaim:

Expand Down

0 comments on commit b3c476d

Please sign in to comment.