From 3bf6c8af2d13114d1954d33931bf90886eb6ded2 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 --- templates/job-create-admin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/job-create-admin.yaml b/templates/job-create-admin.yaml index f28cdab..3d137f5 100644 --- a/templates/job-create-admin.yaml +++ b/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