Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
remove /repos/ from paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 27, 2023
1 parent 595990d commit 84b48dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ spec:
exec:
command:
- /bin/bash
- /repos/epics/ioc/liveness.sh
- /epics/ioc/liveness.sh
initialDelaySeconds: 120
periodSeconds: 10
lifecycle:
preStop:
exec:
command: ["bash", "-c", "/repos/epics/ioc/stop.sh"]
command: ["bash", "-c", "/epics/ioc/stop.sh"]
volumeMounts:
- name: config-volume
mountPath: {{ .Values.iocFolder }}/config
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports:
hostNetwork: true

# root folder for ioc source/binaries - not expected to change
iocFolder: /repos/epics/ioc
iocFolder: /epics/ioc

# provide a PVC for autosave mounted at /autosave
autosave: false
Expand Down

0 comments on commit 84b48dc

Please sign in to comment.