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:
Chris Funderburg 2022-11-24 20:32:03 +00:00 committed by GitHub
parent cddcafec31
commit 8acf18a960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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