Skip to content

Commit 91ae11f

Browse files
authored
Fix: helmchartconfig indent
Fix only first item being properly indented resulting in loosing all other items
1 parent 739f0f2 commit 91ae11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ingress-nginx-config.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ metadata:
66
spec:
77
valuesContent: |-
88
{% if rke2_ingress_nginx_values | length > 0 %}
9-
{{ rke2_ingress_nginx_values | to_nice_yaml | indent(2) }}
9+
{{ rke2_ingress_nginx_values | to_nice_yaml(indent=2) | indent(4) }}
1010
{% endif %}

0 commit comments

Comments
 (0)