hades-chart/mkdocs.yml
Vaibhav Pathak 911f8d28a1 Fix sync wave ordering - dbinit wave 0, deployment wave 1
- Removed hook: Sync annotation from dbinit (was causing it to run before MySQL)
- dbinit Job: wave 0 (same as MySQL, wait-for-db handles timing)
- Deployment: wave 1 (starts after dbinit completes)
- Fixes: db init job starting before mysql pod
2026-01-05 17:48:21 +05:30

5 lines
85 B
YAML

site_name: Hades V2 Authentication Service
docs_dir: docs
plugins:
- techdocs-core