Skip to content

Commit

Permalink
Merge pull request #291 from deathjoin/deathjoin-helmchartconfig-indent
Browse files Browse the repository at this point in the history
Fix helmchartconfig indent
  • Loading branch information
MonolithProjects authored Dec 23, 2024
2 parents 739f0f2 + 91ae11f commit 597c980
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 597c980

Please sign in to comment.