Hi,
yesterday I deployed latest kubernetes-runner with tag latest and we discovered that it’s ignoring resource requests defined in individual steps. This was working on previous stable release 1.0.0-beta.6.
Well in that case, would it be possible to update drone/cli to support translating resource definition at the pipeline level from jsonnet to YAML?
I compile it with docker image drone/cli:1.3.0
and command: jsonnet --stream --format=true
I’d still prefer to use YAML then JSON as output as there’s been some problems with drone processing the JSON format.
The translation from jsonnet to YAML was/is working for resource definition at STEP level but it’s not translating working for resource definition at PIPELINE level.
Thanks.