fix template by adding missing endif
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-01-23 09:55:22 +01:00
parent bf41674581
commit d34e069578
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ write-kubeconfig-mode: "0600"
{% if k3s_server_components_disabled | length > 0 %}
disable:
{{ k3s_server_components_disabled | to_nice_yaml(indent=2) | indent(2, False) }}
{% endif %}
{% if __k3s_kube_apiserver_arg is iterable %}
kube-apiserver-arg:
{{ __k3s_kube_apiserver_arg | to_nice_yaml(indent=2) | indent(2, False) }}