Format STATUS.md table alignment
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 9s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-19 19:53:43 +00:00
parent 173af15111
commit 2eb018fe95
+3 -3
View File
@@ -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 | 12 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) |