Commit cba9f66
fix(review): wire Deployment annotations and fix systemPrompt JSON
Two fixes from PR #1285 (ArgoCD) review feedback:
- deployment.yaml: add {{- with .Values.annotations }} block to Deployment
metadata so reloader.stakater.com/auto: "true" (already set in global
ArgoCD values) is actually applied. Without this the Stakater Reloader
never sees the annotation and ConfigMap changes don't trigger a rolling
restart.
- values.yaml: replace invalid JSON tokens (..., // comments) in the
weeklyBriefPrompts.systemPrompt schema example with valid placeholder
values and move cardinality rules to plain-text sentences. A model that
copies the example now produces parseable JSON.
Signed-off-by: Andres Tobon <atobon@linuxfoundation.org>
Signed-off-by: Andres Tobon <andrest2455@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 14a1bbd commit cba9f66
2 files changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
637 | | - | |
638 | | - | |
639 | | - | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
640 | 640 | | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
641 | 644 | | |
642 | 645 | | |
643 | 646 | | |
| |||
0 commit comments