Commit 718afdf
committed
docs(engine/helm): correct cidrContains docstring on operator-typo path
Previous wording claimed an operator-typoed floatingIP would fall
through cidrContains to the default-route fallback link "rather
than failing the render". That stopped being true once the chart
layer added ipIsValid fail-fast for floatingIP — a typo now
aborts the render at template time with a clear hint, never
reaching cidrContains.
Rewrite the paragraph so a reader looking at cidrContains
understands the actual flow: lenient on COSI iteration (a corrupt
entry mustn't crash the render) but the operator's floatingIP is
validated up-front by ipIsValid, so a typo is caught before
cidrContains is invoked.
Signed-off-by: Aleksei Sviridkin <f@lex.la>1 parent 1f557f8 commit 718afdf
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
0 commit comments