Sergei Ryabkov
Sergei Ryabkov
> given this information kapp _did_ receive that resource from the `helmfile -e sandbox template` output. . can we snippet what is helmfile returning? Yes, you are right, I rushed...
Thank you for the additional info. > it seems that this resource is more of a "global resource" (that defines available postgres versions) than a resource that is related to...
`PostgresVersion` belongs to another chart, a third-party [kubedb-catalog] chart. That is why I am saying that updating `PostgresVersion` from our custom chart is wrong: we are breaking the single-owner rule....
I ran into this today with the latest version of blackbox on Ubuntu LTS 16.04 while adding a new admin Solved the issue as follows. Importing the key (thanks @Binarytales!):...
This issue is probably related to #184
@hjacobs Please see #57
We could not use kube-janitor with helm 2 even though we were deploying everything to the same namespace. Having kube-janitor delete the namespace would leave helm releases still in the...
@jspiro We are using Helm 3, and Helm 3 releases are deployed to a particular namespace. Helm 3 stores all of the state/history data in Kubernetes secrets inside the namespace....
@hjacobs I figured you didn't consider this to be an issue, otherwise you wouldn't be doing it, but I suspect most (or at least some) people would be tripped by...
I was looking for how to change the initial delay, and it took a bit to figure out that `factor` and/or `base` as [they are exposed](https://github.com/litl/backoff/blob/a1e19d96a8bd6a4cfb44c88f42f0d8e0415998ac/backoff/_decorator.py#L137), so it is possible...