Skip to content

Conversation

@pooja-intel
Copy link
Contributor

@pooja-intel pooja-intel commented Jan 29, 2026

…image

Changes:
1.weld-data-simulator/Dockerfile - Added simulation-data folder to the weld-simulator image
2.helm - Removed the work_dir env variable
3.docs- Updated and removed the work_dir env

Description

Please include a summary of the changes and the related issue. List any dependencies that are required for this change.

Fixes # (issue)

Any Newly Introduced Dependencies

No.

How Has This Been Tested?

Yes

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes.
  • I have not introduced any 3rd party components incompatible with APACHE-2.0.
  • I have not included any company confidential information, trade secret, password or security token.
  • I have performed a self-review of my code.

…image

Changes:
 1.weld-data-simulator/Dockerfile - Added simulation-data folder to the weld-simulator image
 2.helm - Removed the work_dir env variable
 3.docs- Updated and removed the work_dir env

Signed-off-by: Pooja Kumbharkar <[email protected]>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the external volume mount dependency for simulation data in the weld-data-simulator by embedding the simulation-data folder directly into the Docker image. This simplifies deployment by eliminating the need for users to configure the WORK_DIR environment variable and associated PersistentVolume/PersistentVolumeClaim resources.

Changes:

  • Embedded simulation-data folder into the weld-data-simulator Docker image
  • Removed WORK_DIR environment variable from Helm configuration and documentation
  • Removed PersistentVolume and PersistentVolumeClaim resources for simulation data

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
weld-data-simulator/Dockerfile Added COPY instruction to include simulation-data folder in the image
helm/values.yaml Removed WORK_DIR environment variable and its documentation comments
helm/values.schema.json Removed WORK_DIR validation schema
helm/templates/weld-data-simulator.yaml Removed volume mount and volume definition for simulation-data
helm/templates/provision-configmap.yaml Removed PersistentVolume and PersistentVolumeClaim definitions for simulation-data
docs/user-guide/how-to-guides/how-to-deploy-with-helm.md Removed WORK_DIR configuration instruction from deployment guide

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sathyendranv sathyendranv merged commit 906f391 into open-edge-platform:main Feb 2, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants