📝(helm) correct chart value docstring for createsuperuser

Update the chart value docstring to reference the `createsuperuser`
command instead of `migrate`.
This commit is contained in:
lebaudantoine
2026-06-02 20:36:03 +02:00
committed by aleb_the_flash
parent 85eff8afaf
commit 1f437089ad
+2 -2
View File
@@ -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"