Daniel Goldman

Results 95 comments of Daniel Goldman

I think this works currently, the `helm_deployment.sources` field will be used for helm values files. By default this is all files in the directory containing the build file with the...

Unfortunately, items in the `dependencies` field are not `publish`ed prior to `experimental-deploy`. I agree that it would be good to be able to publish some dependencies before deploying. I thought...

resources are done with #22202

You can use a `files` or `resources` target for those types of files, and add that target as a dependency of the `terraform_module`. Something like: ```python resources(name="certs", sources=["*.cer", "*.crt"]) terraform_module(dependencies=[":certs"])...

Using a git bisect, it looks like this started in cb7bf8d88b585e3a193f2a546d25c611961cde4f Digging into it, I think I see what's going on: 1. the `xx.` is necessary so the docstring is...