Skip to content

Commit

Permalink
fix local folder ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 10, 2024
1 parent 042b145 commit b00e805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:

# epics iocs #################################################################

# example of epics templating in a oci helm registry
# example of epics templating in an oci helm registry
- service: bl45p-ea-dcam-01
enabled: false # --- camera is offline
repoURL: ghcr.io/epics-containers/dls-aravis
Expand All @@ -37,9 +37,9 @@ services:
P: BL45P-EA-MAP-01
ID: bl45p-ea-detector-01

# example of epics templating in a local folder
# example of epics templating in a local shared folder
- service: bl45p-ea-dcam-02
folder: services/dls-aravis
folder: dls-aravis
values:
P: BL45P-EA-DIFF-01
ID: bl45p-ea-detector-02
Expand Down

0 comments on commit b00e805

Please sign in to comment.