From 1f437089ade5b856379d9b7de5e49881fd7f6044 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 2 Jun 2026 20:36:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(helm)=20correct=20chart=20value=20?= =?UTF-8?q?docstring=20for=20createsuperuser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the chart value docstring to reference the `createsuperuser` command instead of `migrate`. --- src/helm/meet/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helm/meet/values.yaml b/src/helm/meet/values.yaml index 001a47d1..c11ea2a7 100644 --- a/src/helm/meet/values.yaml +++ b/src/helm/meet/values.yaml @@ -262,8 +262,8 @@ backend: python manage.py migrate --no-input restartPolicy: Never - ## @param backend.createsuperuser.command backend migrate command - ## @param backend.createsuperuser.restartPolicy backend migrate job restart policy + ## @param backend.createsuperuser.command backend createsuperuser command + ## @param backend.createsuperuser.restartPolicy backend createsuperuser job restart policy createsuperuser: command: - "/bin/sh"