We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 739f0f2 + 91ae11f commit 597c980Copy full SHA for 597c980
templates/ingress-nginx-config.yml.j2
@@ -6,5 +6,5 @@ metadata:
6
spec:
7
valuesContent: |-
8
{% if rke2_ingress_nginx_values | length > 0 %}
9
- {{ rke2_ingress_nginx_values | to_nice_yaml | indent(2) }}
+ {{ rke2_ingress_nginx_values | to_nice_yaml(indent=2) | indent(4) }}
10
{% endif %}
0 commit comments