Commit 0888994
committed
fix(standalone): restore top-level database.postgres.url in valuesObject
The standalone chart's validate.yaml requires database.postgres.url
whenever mode: database, but a prior fix (12044a2) dropped this field
believing it invalid, leaving only config.config.database.url set. Since
then every ArgoCD resync of the generated agentgateway-standalone
Application has failed manifest generation with:
mode=database requires database.postgres.url to start with
postgres:// or postgresql:// (got "")
The live Deployment kept running on its last successfully synced
manifest, masking the break until the next resync. Re-add the
top-level field alongside the existing config.config.database.url.1 parent b0db631 commit 0888994
3 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
0 commit comments