Commit b6e606c
committed
Fix keyword routing in values.yaml: field names and decision types
CRITICAL BUG FIX: The values.yaml file is what actually gets deployed
to Kubernetes via Helm, not config.yaml. Fixed both issues:
1. keyword_rules: changed 'category:' to 'name:' (3 rules)
- urgent_request, sensitive_data, exclude_spam
2. decision conditions: changed type from 'domain' to 'keyword' (3 decisions)
- urgent_request_decision, sensitive_data_decision, exclude_spam_decision
Root cause: The config.yaml was just a reference file. The actual
deployment uses values.yaml which had the same bugs - keyword rules
were not being loaded at all.1 parent 4b19491 commit b6e606c
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments