tedchang77
tedchang77
## Feature Request ### Background / Motivation When using ModuleTemplates the generateFiles fails since it tries to render some of the content and fails with the following error: Invalid template...
## Feature Request ### Background / Motivation There are two distinct use cases for deploying our infrastructure: complete vs incremental deploys. For a complete deploy, the stack generated from the...
## Feature Request ### Background / Motivation we are currently using exec modules and maven to build jar libraries. the current maven module is deprecated and the jib-container module is...
## Feature Request ### Background / Motivation We need to construct file paths in garden between directories to share files and this is currently not possible as garden only has...
## Feature Request ### Background / Motivation tried to pass a --var argument to the workflow command attribute which failed with a key not found error. ### What should the...
## Feature Request ### Background / Motivation When using generateFiles in a template we need to use files that are located in the module itself and this is currently not...
## Bug ### Current Behavior When files are copied and/or generated the file permission is lost. This causes an issue because we copy executable scripts and they can no longer...
## Feature Request ### Background / Motivation We have to specify each file that we want to copy over which clutters the garden.yaml file and is error prone and hard...
## Feature Request ### Background / Motivation The current behavior of garden build/test/deploy to run all modules. This is not ideal from a performance, security and usability perspective. To prevent...
## Feature Request ### Background / Motivation we have service-b that has a dependencies on service-a and also consumes an output from service a.. for example a dns entry. when...