Commit db9ac22
authored
fix(ci): render infra config (#2223)
Description
Fixes the infrastructure configuration rendering for nested e2e clusters by correcting the YAML structure and the Helm template lookup logic.
Changes:
- Fixed YAML indentation in e2e-reusable-pipeline.yml - moved networkConfig to the correct nesting level
- Fixed _helpers.tpl to properly extract networkConfig from the instances values using get function instead of incorrect dig call
---------------
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>1 parent 0ff84cb commit db9ac22
2 files changed
Lines changed: 5 additions & 3 deletions
File tree
- .github/workflows
- test/dvp-static-cluster/charts/infra/templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
| 243 | + | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments