Skip to content

Commit 2441dcb

Browse files
author
Jani Heikkinen
authored
Update cluster.yml.j2
Seems like jinja template is missing endif tag.
1 parent e5fd8c8 commit 2441dcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/cephadm/templates/cluster.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ spec:
5454
{{ service.spec | to_nice_yaml }}
5555
{% endif %}
5656
{% endfor %}
57+
{% endif %}
5758
{% if groups.get('ingress', []) | length > 0 %}
5859
{% for service in cephadm_ingress_services %}
5960
---

0 commit comments

Comments
 (0)