mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 17:51:36 +01:00
Fix the command to create the admin user (#19827)
* fix the command to create the admin user * change Admin to Owner
This commit is contained in:
parent
cddcafec31
commit
8acf18a960
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue