Brian DeGeeter
Brian DeGeeter
I have a similar use case where replacing an array and object is needed for a more generic trigger template. with a message body like this. I'd like to replace...
Based on our last dev meeting here's some high level ideas regarding outputs. Just wanted to get enough ideas out to go a bit deeper into the design. * Annotation...
We'll also be looking for a solution collect the outputs without extra costs of additional pod execution
@carolynvs, what do you think about adding a feature to porter that writes outputs to a file as part of an action? ``` porter install porter-hello --reference ghcr.io/getporter/examples/porter-hello:v0.2.0 --outputs-file=/porter-outputs/outputs.json -o...
Regarding gRPC service, what if a gRPC server mode was an option for the porter cli? We could then run it as an additional service along side the operator-manager. This...
I think an `outputs` section of the Installation resource is a great place to start with this idea. It aligns well with patterns seen in terraform and similar tools. With...
I'm seeing this same issue on my unRaid system (v6.11.5). Here's the `docker version` info: ``` Linux 5.19.17-Unraid. # docker version Client: Version: 20.10.21 API version: 1.41 Go version: go1.18.7...
We should consider using terraform's `-chdir` to solve this instead of `cd && terraform`