Browse Source

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

* fix the command to create the admin user

* change Admin to Owner
closed-social-glitch-2
Chris Funderburg 1 year ago
committed by GitHub
parent
commit
8acf18a960
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      chart/templates/job-create-admin.yaml

+ 1
- 1
chart/templates/job-create-admin.yaml View File

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

Loading…
Cancel
Save