Dimitris Karakasilis

Results 329 comments of Dimitris Karakasilis

Thanks for your reply @taylorsilva. Let me see if I can craft a PR for this, later this week or the next one.

I haven't found the time to work on this yet, sorry. If anyone else wants to try this feel free. I will keep it in my backlog but I have...

PR is here: https://github.com/concourse/concourse-chart/pull/128 feel free to comment!

I'm not sure if it has other implications but simply removing the double quotes from [the `cat "$import_file"`](https://github.com/concourse/docker-image-resource/blob/master/assets/out#L145) will make it work. I'm facing the same issue.

Maybe this is what we mean by liveness/readiness probes here? https://github.com/epinio/epinio/issues/786 If yes, then I would implement it as a separate issue (which is this one).

Given there is no readiness or liveness probe defined on the application Pods/containers I'm not sure why they report "ready: true" . You are right, we want the `containerStatuses` of...

@agracey what if we allow the operator to specify probes on the App crd and we simply copy them over to the Deployment when we create it? This way we...

This is low priority, we can remove it from the [Milestone](https://github.com/epinio/epinio/milestone/15) if there is not enough time.

@pedroh4659 the idea currently is to try to use some "proxy" like [dex](https://dexidp.io/) to allow operators to enable various identity providers (see a list [here](https://dexidp.io/docs/connectors/)). We need to look deeper...

One more thing to consider: It's unrealistic to try to add features without adding any dependencies, but since I recently spent time trying to fix artifacthub security warnings, I though...