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: MacOS Ventura 13.2.1
App version: zarf v0.27.1
Kubernetes distro being used: N/A
Other:
Steps to reproduce
# create zarf.yaml (to be locally imported)
mkdir bigbang
cat <<EOF> bigbang/zarf.yamlkind: ZarfPackageConfigmetadata: name: dubbd description: "Defense Unicorns BigBang Distro" architecture: amd64components: - name: load-certs required: true import: name: load-certs url: oci://ghcr.io/defenseunicorns/packages/dubbd:0.2.2-skeleton - name: preflight required: true import: name: preflight url: oci://ghcr.io/defenseunicorns/packages/dubbd:0.2.2-skeletonEOF# create top-level zarf.yaml which will import components from the one abovecat <<EOF> zarf.yamlkind: ZarfPackageConfigmetadata: name: parent architecture: amd64components: - name: load-certs required: true import: path: './bigbang/' - name: preflight required: true import: path: './bigbang/'EOF# create parent packagezarf package create# Observe no contents for load-certs and preflight (first screenshot)# create sub packagecd bigbangzarf package create# Observe populated/correct contents for load-certs and preflight (second screenshot)
Expected result
Doing a 'zarf package create', which includes a locally imported component (which the locally imported component then imports a url) will correctly include the url's component's contents.
Actual Result
Doing a 'zarf package create', which includes a locally imported component (which the locally imported component then imports a url), creates 'empty' components.
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Additional Context
The text was updated successfully, but these errors were encountered:
Environment
Device and OS: MacOS Ventura 13.2.1
App version: zarf v0.27.1
Kubernetes distro being used: N/A
Other:
Steps to reproduce
Expected result
Doing a 'zarf package create', which includes a locally imported component (which the locally imported component then imports a url) will correctly include the url's component's contents.
Actual Result
Doing a 'zarf package create', which includes a locally imported component (which the locally imported component then imports a url), creates 'empty' components.
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Additional Context
The text was updated successfully, but these errors were encountered: