Commit a9942da
refactor(gitops): implement matrix generator for tenant apps
Replace simple list generator with matrix generator for multi-env support.
Matrix generates 4 Applications automatically:
- product-team-chat-dev → in-cluster
- product-team-chat-tst → tst-cluster
- product-team-chat-stg → stg-cluster
- product-team-chat-prd → prd-cluster
Features:
- Multi-source: Helm chart + GitOps values
- Dynamic path: tenants/{{team}}/apps/{{app}}/overlays/{{env}}
- Environment-specific values from overlays
- Labels for filtering (team, app, env)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent ba7cd0d commit a9942da
1 file changed
+40
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
13 | 24 | | |
14 | 25 | | |
15 | | - | |
| 26 | + | |
16 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
17 | 34 | | |
18 | 35 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 36 | | |
24 | | - | |
25 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
26 | 51 | | |
27 | 52 | | |
28 | | - | |
29 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments