Nathan Lowe
Nathan Lowe
How would one go about doing that? If I change my config to look like: ``` config = { // ### Production // When running Ghost in the wild, use...
I was able to work around this by deploying `namshi/smtp` in the same pod as the server and adding a `hostAlias` to the pod: ```yaml hostAliases: - hostnames: - "smtp"...
Here's the deployment template. Our values includes some company-specific defaults that I'll have to clean up but I'll try to get the full chart on github later today: templates/deployment.yaml ```yaml...
I've published the chart here: https://github.com/nlowe/asciinema-server-helm Note that the default values are **likely** not suitable for your environment and will need changed. It also makes a lot of assumptions (your...
This would be useful for me too. I tried to hack around it with `GIT_PROMPT_END_USER` and the like, but these appear to be cached. If they call a function, they...
Ah, I didn't know that was a thing. That's exactly what I'm looking for!
Will Investigate using [Rack::Session::Cookie](https://stackoverflow.com/questions/18844863/sinatra-clears-session-on-post) instead of [using :sessions directly](https://github.com/arr2036/omnigollum/blob/master/lib/omnigollum.rb#L212-L213), But I'm not really familiar and don't know how to implement it. For now, we're using the workaround mentioned in #12
Updating this with some stats on how [Hyland Software](https://github.com/hylandsoftware) uses Harbor: * Number of container images and Helm Charts under management * In R&D Hyland has approximately 2400 Tags spread...
Two questions: ### Remove * `cla-not-required`: Is a CLA required for all PR's now? ### Rename * `area/devops-support` -> `area/operationalization`: What about just `area/ops`?
It looks like AWS will allow you to create multiple private zones with the same name if they are associated with different VPC's. We already have [`R53_ZONE`](https://stackexchange.github.io/dnscontrol/js#R53_ZONE) as a modifier...