Closed Racer159 closed 1 month ago
Sanity Check @Racer159 - I think I ran into this issue and was going to file a bug but I believe it's the same:
From UDS-Core, running uds run deploy:k3d-standard-bundle --set FLAVOR=unicorn
resulted in an unset VERSION
(even though it has a default value?) So I also had to set version in the command, which seemed like not the intended behavior.
@meganwolf0 sorry for the delay but yes that sounds like this issue - also closing this since this was resolved in https://github.com/defenseunicorns/maru-runner/releases/tag/v0.3.0
Environment
Device and OS: popOS 22.04 App version: v0.2.1 Kubernetes distro being used: N/A Other: N/A
Steps to reproduce
tasks.yaml
:include.yaml
:maru run incl:echo
Expected result
kitteh
is echoedActual Result
Nothing is echoed
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Medium -
--set
still works but this is likely not expected behavior for defaultsAdditional Context
Currently affecting uds-common lula lint task: https://github.com/defenseunicorns/uds-common/pull/147