File tree Expand file tree Collapse file tree 4 files changed +23
-15
lines changed
Expand file tree Collapse file tree 4 files changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ author_name: Callum Forrester
66component_lifecycle : production
77component_owner : user:vid18871
88component_type : service
9- description : Lightweight bluesky-as-a-service wrapper application. Also usable as
9+ description :
10+ Lightweight bluesky-as-a-service wrapper application. Also usable as
1011 a library.
1112distribution_name : blueapi
1213docker : true
Original file line number Diff line number Diff line change 2828 " ryanluker.vscode-coverage-gutters" ,
2929 " charliermarsh.ruff" ,
3030 " ms-pyright.pyright" ,
31- " ms-azuretools.vscode-docker"
31+ " ms-azuretools.vscode-docker" ,
32+ " ms-kubernetes-tools.vscode-kubernetes-tools"
3233 ]
3334 }
3435 },
Original file line number Diff line number Diff line change 99 "[python]" : {
1010 "editor.defaultFormatter" : " charliermarsh.ruff" ,
1111 },
12+ "[yaml]" : {
13+ "editor.defaultFormatter" : " redhat.vscode-yaml" ,
14+ },
15+ "[toml]" : {
16+ "editor.defaultFormatter" : " tamasfe.even-better-toml" ,
17+ }
1218}
Original file line number Diff line number Diff line change @@ -98,14 +98,14 @@ worker:
9898 port : 8000
9999 env :
100100 sources :
101- - kind : deviceFunctions
102- module : blueapi.startup.example_devices
103- - kind : planFunctions
104- module : blueapi.startup.example_plans
105- - kind : planFunctions
106- module : dodal.plans
107- - kind : planFunctions
108- module : dodal.plan_stubs.wrapped
101+ - kind : deviceFunctions
102+ module : blueapi.startup.example_devices
103+ - kind : planFunctions
104+ module : blueapi.startup.example_plans
105+ - kind : planFunctions
106+ module : dodal.plans
107+ - kind : planFunctions
108+ module : dodal.plan_stubs.wrapped
109109 stomp :
110110 enabled : false
111111 auth :
@@ -119,10 +119,10 @@ worker:
119119 # - name: "dodal"
120120 # remote_url: https://github.com/DiamondLightSource/dodal.git
121121 logging :
122- level : " INFO"
123- graylog :
124- enabled : False
125- host : " graylog-log-target.diamond.ac.uk"
126- port : 12232
122+ level : " INFO"
123+ graylog :
124+ enabled : False
125+ host : " graylog-log-target.diamond.ac.uk"
126+ port : 12232
127127initContainer :
128128 enabled : false
You can’t perform that action at this time.
0 commit comments