Skip to content

Commit

Permalink
add global values
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 12, 2024
1 parent 493b032 commit e1c9601
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion services/beamline_values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# shared beamline values for all services

ioc-instance:
beamline: bl45p

securityContext:
runAsUser: 37988
Expand All @@ -19,3 +18,8 @@ ioc-instance:
operator: "Equal"
value: "test-rig"
effect: "NoSchedule"

global:
beamline: bl45p
enabled: true

0 comments on commit e1c9601

Please sign in to comment.