Alex Nordlund

Results 384 comments of Alex Nordlund

I wonder if the job is too fast to be picked up by things that scrape the stdout from pods

`kubectl exec -it deployment/mastodon-web -- sh` gets you a shell running in one of the mastodon-web pods, tootctl is available. You could also swap out `sh` for `tootctl` directly

Well this is interesting: ``` k exec -it deployment/mastodon-web -- sh $ tootctl accounts create deepy --email=deepy@redact --confirmed --role Admin Expected '--role' to be one of user, moderator, admin; got...

Since this chart can be used to deploy both 3 and 4, I suggest the following mess: If tag is set and is version 3, use current behaviour If tag...

Conceptually this sounds correct to me, container is considered live if it's possible to do a TCP connection and will get scheduled traffic if `/health` is ok. But is 2.5...

Out of curiosity, if this runs on each change in main, what happens on the second build without a change in chart version?

@consideRatio I'm currently maintaining a repository at https://artifacthub.io/packages/helm/mastodon/mastodon

I gave this a try with a fork and https://github.com/helm/chart-releaser-action which seemed promising, but I couldn't get it to publish the releases on a separate repository. It almost feels like...

The problem I'm having is that I don't want the releases in the mastodon repository (as they'd conflict with the current releases), I want the pages and the release pushed...