Skip to content

Commit

Permalink
Add missing to_nice_yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Nov 22, 2024
1 parent be87dd7 commit 939535e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apiServer:

{% if gardener_virtual_api_server_authentication_config %}
authenticationConfig: |
{{ gardener_virtual_api_server_authentication_config | indent(width=4, first=false) }}
{{ gardener_virtual_api_server_authentication_config | to_nice_yaml(indent=2) | indent(width=4, first=false) }}
{% endif %}

oidc:
Expand Down

0 comments on commit 939535e

Please sign in to comment.