mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
📝(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:
committed by
aleb_the_flash
parent
85eff8afaf
commit
1f437089ad
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user