Fix the command to create the admin user (#19827)
* fix the command to create the admin user * change Admin to Ownergh/stable
parent
cddcafec31
commit
8acf18a960
|
@ -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
|
||||||
|
|
Reference in New Issue