We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739f0f2 commit 91ae11fCopy full SHA for 91ae11f
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