We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8077e94 + 875af4a commit 1e331e2Copy full SHA for 1e331e2
roles/cephadm/templates/cluster.yml.j2
@@ -59,8 +59,7 @@ networks:
59
{% endif %}
60
61
{% if service.spec is defined %}
62
-spec:
63
- {{ service.spec | to_nice_yaml }}
+{{ {"spec": service.spec} | to_nice_yaml(indent=2) }}
64
65
{% endfor %}
66
@@ -72,6 +71,6 @@ service_id: {{ service.id }}
72
71
placement:
73
label: ingress
74
spec:
75
76
77
0 commit comments