Commit 6e051d2
committed
(chore): Add JSONSchema validation for bundle configuration
Bundle configuration is now validated using JSONSchema. Configuration
errors (typos, missing required fields, wrong types) are caught
immediately with clear error messages instead of failing during installation.
Assisted-by: Cursor1 parent 6beca87 commit 6e051d2
File tree
3 files changed
+401
-55
lines changed- internal/operator-controller/rukpak/bundle
3 files changed
+401
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
194 | | - | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments