mastodon / chart

Helm chart for Mastodon deployment in Kubernetes
GNU Affero General Public License v3.0
154 stars 89 forks source link

create initial user with the proper role #7

Closed bocan closed 1 year ago

bocan commented 1 year ago

The role of the initial user should be "Owner" not "admin" (or even "Admin"). This was merged with the original repo in this PR - but seemingly this new repo was created before that.

godber commented 1 year ago

This issue is already resolved in master:

https://github.com/mastodon/chart/blob/main/templates/job-create-admin.yaml#L58

It came from this PR 13 hours ago: https://github.com/mastodon/chart/pull/1

This PR can be closed unmerged.

bocan commented 1 year ago

I see it there now. Thanks @godber