Dov Benyomin Sohacheski
Dov Benyomin Sohacheski
@intuit Any updates on this or other PRs?
Is this repo active?
This feature can be found natively in many cards. Still missing as part of the template 😔.
I'm having the exact same issue with a *custom root CA* and there is now way to set `NODE_EXTRA_CA_CERTS`. I created a [*custom feature*](https://github.com/bdsoha/dev-containers) that installs the CA in the...
I run this image on Kubernetes using a `CronJob` and it works great: ```yaml apiVersion: batch/v1 kind: CronJob metadata: name: backup spec: schedule: "@weekly" jobTemplate: spec: template: spec: containers: -...
@iazulkarnain-tlkm @mingrammer This was fixed already in #437 and can be closed.
@jacobian Can this be closed?
@anandkeshavan @gabriel-tessier @mingrammer This was fixed and can be closed.
I have come across the same issue and was contemplating whether it is correct to *aggregate* all deployment credentials into a single secret. IMO, it is a better practice to...
It would be great if there was an **`action`** section for templates cards. I have accomplished something similar using the following: ```yaml type: grid columns: 2 square: false cards: -...