Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Sep 11, 2024
1 parent 4118f5d commit a70b027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion helm/blueapi/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ spec:
if [ $? -ne 0 ]; then echo 'Blueapi failed'; exit 1; fi;
echo "Exporting venv as artefact"
cp -r /venv/* /artefacts
volumeMounts:
- name: init-config
mountPath: "/config"
Expand Down
9 changes: 5 additions & 4 deletions helm/blueapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ listener:
resources: {}

# Additional envVars to mount to the pod as a String
extraEnvVars: []
extraEnvVars:
[]
# - name: RABBITMQ_PASSWORD
# valueFrom:
# secretKeyRef:
Expand Down Expand Up @@ -111,11 +112,11 @@ worker:

initContainer:
scratch:
root: /blueapi-plugins/scratch
repositories: []
root: /blueapi-plugins/scratch
repositories:
- name: "dodal"
remote_url: https://github.com/DiamondLightSource/dodal.git

# Mount path for scratch area from host machine, setting
# Mount path for scratch area from host machine, setting
# this effectively enables scratch area management
scratchHostPath: "" # example: /usr/local/blueapi-software-scratch

0 comments on commit a70b027

Please sign in to comment.