Commit cfffce8
committed
ironic_adoption: fix Jinja2 rendering
Jinja2 stripping whitespace/linebreak issue, the CR was rendered as:
```
customServiceConfig: |
[DEFAULT]
default_network_interface=neutron ironicAPI:
replicas: 1
```
Which cause invalid config, and ironic-conductor to never start.
Jira: OSPRH-20021
Signed-off-by: Harald Jensås <hjensas@redhat.com>1 parent 4f10546 commit cfffce8
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 19 | + | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
| |||
0 commit comments