Lee Smith
Lee Smith
@RaviHari Did you get round to starting on this?
```Dockerfile ENV EXECJS_RUNTIME=Disabled ``` Is probably what you want
> Do you feel this needs a change? Based on what I've seen in the wild, I would say yes 👍
I have a similar issue. I wonder whether the `main` branch is checked out every time a commit is made to the branch? So when any subsequent commits to the...
`allow-tags: regexp:^[^a-zA-Z]` will only allow tags that do not begin with a letter.
I'm unaware of any Helm best practices for that, but perhaps the simplest fix is to always include the tag name as well as the digest. So set `image.tag=latest@sha256:somehash`. Of...
This would also be useful for me :+1: Currently I use `--file` to copy a complete version of `cmdline.txt`, but then you can't also copy a `network-config` file because you...
Another way to work around it is to run the following as a CronJob. ```python from datetime import datetime, timedelta import logging import os import sys from kubernetes import client,...
> ### Passing `dict` in lieu of jsii structs does not consistently work > > Similar to the Javascript idioms, Python developers will often intuitively use dict literals in places...
@flozzone I'm interested in the use case for this. As far as I can tell, the override files would not be used by Argo CD when rendering the manifests so...