Browse Source

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

* fix the command to create the admin user

* change Admin to Owner
pull/1296/head
Chris Funderburg 3 years ago committed by GitHub
parent
commit
8acf18a960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      chart/templates/job-create-admin.yaml

2
chart/templates/job-create-admin.yaml

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

Loading…
Cancel
Save