Commit 01fe226
committed
fix(chart): declare spec.conversion in CRD to match API server default
API server defaults spec.conversion to {strategy: None} on the live CRD;
the static manifest omitted it, causing ArgoCD to report the CRD
permanently OutOfSync (extra field in live, absent in desired).
Declaring it explicitly aligns desired with live.1 parent 713c836 commit 01fe226
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments