suitenumerique/docs

🐛Helm error migrate createsuperuser

Open

#1,966 opened on Mar 10, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (595 forks)github user discovery
buggood first issuehelmtriage

Repository metrics

Stars
 (16,557 stars)
PR merge metrics
 (Avg merge 15d 9h) (40 merged PRs in 30d)

Description

Bug Report

This code snippet is not optimal, it can hide problems ("/dev/null 2>&1") and be misleading ("Database not ready").

https://github.com/suitenumerique/docs/blob/29f2c2ebdfaa1beee504681c6816d8aeb17d4e20/src/helm/impress/values.yaml#L272-L285

We need to find a equivalent that display the real errors on why it is still looping.

This code is in multiple instances.

Contributor guide