Skip to content

fix: move worker-config from values.yaml volumeMount to statefulset.yaml volumeMount#1527

Open
shree-iyengar-dls wants to merge 4 commits intomainfrom
1451_change_config_overwriteability
Open

fix: move worker-config from values.yaml volumeMount to statefulset.yaml volumeMount#1527
shree-iyengar-dls wants to merge 4 commits intomainfrom
1451_change_config_overwriteability

Conversation

@shree-iyengar-dls
Copy link
Copy Markdown
Contributor

Fixes #1451

Tested on p48:

  • created a new PVC which was referenced in the p48-blueapi-0 pod under volumes:
 name: my-pv-claim
    persistentVolumeClaim:
      claimName: my-pv-claim
  • The PV was also bound:
pvc-905772f8-0fe1-4d8d-8186-4838473eb289      1Gi        RWX            Delete           Bound       p48-beamline/my-pv-claim

@shree-iyengar-dls shree-iyengar-dls requested a review from a team as a code owner April 29, 2026 12:34
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.30%. Comparing base (8820bbe) to head (620aff4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1527   +/-   ##
=======================================
  Coverage   95.30%   95.30%           
=======================================
  Files          43       43           
  Lines        3198     3198           
=======================================
  Hits         3048     3048           
  Misses        150      150           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BlueAPI Config Mount Easily Overwriteable

1 participant