Fix the command to create the admin user (#19827)

* fix the command to create the admin user

* change Admin to Owner
lolsob-rspec
Chris Funderburg 2022-11-24 20:32:03 +00:00 committed by GitHub
parent 256f04d104
commit b8a15348ea
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ spec:
- {{ .Values.mastodon.createAdmin.email }}
- --confirmed
- --role
- admin
- Owner
envFrom:
- configMapRef:
name: {{ include "mastodon.fullname" . }}-env