Format STATUS.md table alignment
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
## Practical Part
|
||||
|
||||
| # | Requirement | Status | Implementation |
|
||||
|---|-------------|--------|----------------|
|
||||
| --- | ----------------------------------- | ------ | -------------------------------------------------------- |
|
||||
| 1.1 | Helm chart: FleetDM Server | Done | `fleetdm-stack/` umbrella chart with Fleet subchart |
|
||||
| 1.2 | Helm chart: MySQL | Done | `fleet.mysql.enabled: true` in values.yaml |
|
||||
| 1.3 | Helm chart: Redis | Done | `fleet.redis.enabled: true` in values.yaml |
|
||||
@@ -19,7 +19,7 @@
|
||||
## Theoretical Part
|
||||
|
||||
| # | Requirement | Status | Implementation |
|
||||
|---|-------------|--------|----------------|
|
||||
| --- | -------------------------------------- | ------ | ----------------------------------------------------------- |
|
||||
| T1 | 1–2 page architecture document | Done | `docs/architecture-design-company-inc.md` (7 sections) |
|
||||
| T2 | High-Level Diagram (HLD) | Done | `docs/architecture-hld.md` (3 Mermaid diagrams) |
|
||||
| T3 | Cloud environment structure | Done | GCP + 4 projects (prod, staging, shared, sandbox) |
|
||||
@@ -38,7 +38,7 @@
|
||||
## Key Files
|
||||
|
||||
| File | Purpose |
|
||||
|------|---------|
|
||||
| ------------------------------------------------- | -------------------------------------------------------------------- |
|
||||
| `Makefile` | `cluster`, `install`, `uninstall`, `verify`, `port-forward`, `clean` |
|
||||
| `README.md` | Full documentation |
|
||||
| `fleetdm-stack/Chart.yaml` | Helm chart definition (v0.1.0) |
|
||||
|
||||
Reference in New Issue
Block a user