Skip to content
Snippets Groups Projects
Verified Commit 253d1b40 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(mastodon): Adjust create job to use correct role

This patch should create the inital Admin with the correct role.

Reference / Cherry-pick from:
https://github.com/mastodon/chart/pull/1/commits/3bf6c8af2d13114d1954d33931bf90886eb6ded2
parent a652bbc2
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@ spec:
- {{ .Values.mastodon.createAdmin.email }}
- --confirmed
- --role
- admin
- Owner
envFrom:
- configMapRef:
name: {{ include "mastodon.fullname" . }}-env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment