diff options
author | Chris Funderburg <chris@funderburg.me> | 2022-11-24 20:32:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 21:32:03 +0100 |
commit | 8acf18a960cd4328d5a52fa820ce3fe741445bc5 (patch) | |
tree | d75d700a3dfb0011b0993526f41f8fe4ebfa75fc /chart | |
parent | cddcafec31b1a6af1ccf5e066b8bf5a0f08647ef (diff) |
Fix the command to create the admin user (#19827)
* fix the command to create the admin user * change Admin to Owner
Diffstat (limited to 'chart')
-rw-r--r-- | chart/templates/job-create-admin.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart/templates/job-create-admin.yaml b/chart/templates/job-create-admin.yaml index f28cdab41..3d137f5c7 100644 --- a/chart/templates/job-create-admin.yaml +++ b/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 |