You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device and OS: Rocky 8
App version: v0.23.1
Kubernetes distro being used: k3s (zarf install)
Other:
Steps to reproduce
Using the zarf composable-packages example try to create this package:
kind: ZarfPackageConfigmetadata:
name: compose-exampledescription: "Demo Zarf package composability"components:
- name: gamesrequired: truedescription: "Example of a composed package with a unique description for this component"import:
path: ../game# Example optional custom name to point to in the imported packagename: baseline
- name: local-chartrequired: falseimport:
path: ../helm-local-chartname: demo-helm-local-chart
## Description
<!-- Please include a summary of the change. Any relevant motivation or
context is also helpful, as well as any dependencies that are required
for this change -->
## Related Issue
<!--- This project prefers to accept pull requests related to open
issues -->
<!--- If suggesting a new feature or change, please discuss it in an
issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps
to reproduce -->
Fixes#1153
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
---------
Co-authored-by: Megamind <[email protected]>
Co-authored-by: Jonathan Perry <[email protected]>
## Description
<!-- Please include a summary of the change. Any relevant motivation or
context is also helpful, as well as any dependencies that are required
for this change -->
## Related Issue
<!--- This project prefers to accept pull requests related to open
issues -->
<!--- If suggesting a new feature or change, please discuss it in an
issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps
to reproduce -->
Fixes#1153
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
---------
Co-authored-by: Megamind <[email protected]>
Co-authored-by: Jonathan Perry <[email protected]>
Environment
Device and OS: Rocky 8
App version: v0.23.1
Kubernetes distro being used: k3s (zarf install)
Other:
Steps to reproduce
Using the zarf composable-packages example try to create this package:
Expected result
Bundled greatness
Actual Result
Visual Proof (screenshots, videos, text, etc)
See logs above.
Severity/Priority
Workaround is to update the sub-component with an absolute path to the chart folder.
Additional Context
N/A
The text was updated successfully, but these errors were encountered: