aloof-lamp-69262
04/20/2023, 5:46 PMbuildArgs to the templated module. I get the error key "buildArgs" is not allowed at path [buildArgs]
If I try to add buildArgs in the template itself and use ${inputs.XXX} it complains Could not find key inputs. Available keys: command, git, local, project and secrets.
Basically it looks like inside the template I can not use inputs except in the modules section. So currently as it stands I can not use buildArgs with templates. This is a blocker for using this feature. Is there any other way around it?aloof-lamp-69262
04/20/2023, 5:56 PMbuildArgs: to the ModuleTemplate under the modules section and use ${var.inputs.XXX} vs adding it at the top level. So I am all set 🙂