From 8acf18a960cd4328d5a52fa820ce3fe741445bc5 Mon Sep 17 00:00:00 2001 From: Chris Funderburg Date: Thu, 24 Nov 2022 20:32:03 +0000 Subject: [PATCH] Fix the command to create the admin user (#19827) * fix the command to create the admin user * change Admin to Owner --- chart/templates/job-create-admin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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