Commit f624a99
committed
chore(arc-tf): drop ineffective listener-resource workarounds
Revert PR #26's additions: ServerSideApply=true and the Role/RoleBinding
ignoreDifferences entries. Neither addressed the OutOfSync state — that
turns out to be ArgoCD's label-based tracking claiming controller-created
listener resources that the chart never renders, which is structurally
not solvable via field-level ignore patterns. Comment notes the
condition is cosmetic; Health stays correct.
Also drop the AutoscalingListener ignoreDifferences entry since the
chart doesn't render that kind, so there's no desired state to drift
from. Keep only the AutoscalingRunnerSet entry, which IS chart-rendered
and does see controller-driven annotation churn.1 parent c46b6f1 commit f624a99
1 file changed
Lines changed: 7 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 51 | | |
63 | 52 | | |
64 | 53 | | |
65 | 54 | | |
66 | 55 | | |
67 | | - | |
68 | 56 | | |
0 commit comments