Skip to content

Commit

Permalink
try without to_nice_yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Nov 22, 2024
1 parent 33d1381 commit 2e15697
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ apiServer:
serviceName: garden-kube-apiserver

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

oidc:
Expand Down

0 comments on commit 2e15697

Please sign in to comment.