Working Base Config for Taiga #1

Merged
patdyn merged 60 commits from config-play into main 2023-09-01 10:38:18 +00:00
Showing only changes of commit 479ed41f98 - Show all commits

View file

@ -25,7 +25,7 @@ The init container gets the following command and args:
```yaml ```yaml
command: ["/bin/bash"] command: ["/bin/bash"]
args: ["-c", "source /opt/venv/bin/activate && python manage.py createsuperuser"] args: ["-c", "source /opt/venv/bin/activate && python manage.py createsuperuser --noinput"]
``` ```
Thus the dockerfile default entrypoint is ignored. Thus the dockerfile default entrypoint is ignored.