Matt Moyer

Results 7 comments of Matt Moyer

I experienced this as well, and had good luck with this patch: https://github.com/bitnami/bitnami-docker-openldap/pull/35

Here's a slightly higher resolution copy of that video, if it's helpful: https://www.youtube.com/watch?v=6brRiL5_ae4&t=519s

Maybe it could also default to the `metadata.uid` of the `kube-system`namespace? That way it remains stable even if you uninstall+reinstall the Concierge.

Hi @cwrau, thanks for the suggestion! I'm happy to consider supporting a Helm chart alongside `ytt` (and maybe a [Kustomize](https://kustomize.io/)-friendly base as well?). I want to make sure that if...

Unfortunately, it seems like we're not going to get to this in the immediate future. There are ways to do GitOps with ytt/kapp but they are a bit different and...

I agree that splitting out the metrics handler to a subpackage would be a good idea. That could avoid bringing in the prometheus dependency if you're not using it. The...

The behavior you're seeing is surprising to me. According to [the docs](https://golang.org/pkg/database/sql/#DB.Ping), the `Ping()` method is supposed to verify that the connection is still alive. Which database driver are you...