Skip to content

Commit

Permalink
Fix: helmchartconfig indent
Browse files Browse the repository at this point in the history
Fix only first item being properly indented resulting in loosing all other items
  • Loading branch information
deathjoin authored Dec 23, 2024
1 parent 739f0f2 commit 91ae11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ingress-nginx-config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
spec:
valuesContent: |-
{% if rke2_ingress_nginx_values | length > 0 %}
{{ rke2_ingress_nginx_values | to_nice_yaml | indent(2) }}
{{ rke2_ingress_nginx_values | to_nice_yaml(indent=2) | indent(4) }}
{% endif %}

0 comments on commit 91ae11f

Please sign in to comment.