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
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ spec: ...@@ -55,7 +55,7 @@ spec:
- {{ .Values.mastodon.createAdmin.email }} - {{ .Values.mastodon.createAdmin.email }}
- --confirmed - --confirmed
- --role - --role
- admin - Owner
envFrom: envFrom:
- configMapRef: - configMapRef:
name: {{ include "mastodon.fullname" . }}-env name: {{ include "mastodon.fullname" . }}-env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment