David Burke

Results 27 comments of David Burke

The current implementation, in my understanding, allows editing only name/client/secret keys. This is not always sufficient, as in the case of the GITLAB_URL which may be gitlab.com or gitlab.myinstance.com. Site...

Here's two examples of what I want to solve: - It would remove the need (or greatly simplify) for merge requests like [this one](https://gitlab.com/glitchtip/glitchtip-backend/-/merge_requests/146). Any open source project using django-allauth...

I'm updating the GlitchTip chart a little now. Eventually I'd like it not to be specific to GlichTip at all. My first priority is updating against a brand new `helm...

Also I think I'm going to get more consistent about template filename convention. web-deployment web-hpa worker-deployment worker-hpa beat-deployment vs deployment-web deployment-worker deployment-beat hpa-worker hpa-web Let me know if anyone strongly...

component-resource_type follows the syntax in values.yaml better.

This is a good example too https://github.com/itswcg/django-helm They use app.kubernetes.io/component instead of how I use "role". That's a [recommended label](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/). They use directories to organize the various components.

https://gitlab.com/glitchtip/glitchtip-helm-chart/-/merge_requests/1 has been updated for most of what I wanted done. I made directories for components. One problem is that helm can't seem to correctly replace instead of update the...

I finally removed every reference to GlitchTip now https://gitlab.com/burke-software/django-helm-chart/ This chart is being used to host 8 different applications including larger ones like Saleor now.

A workaround until this is fixed is to set sentinel.getMasterTimeout to a lower value such as 60. The pod will hang for that value before starting. The default is 220...

This can cause trouble when trying to use nativescript-checkbox in a declarative manner. For example (using angular) ``` ``` I want my checkbox component to always show the "isChecked" boolean....