fix template by adding missing endif
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bf41674581
commit
d34e069578
@ -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) }}
|
||||
|
Loading…
Reference in New Issue
Block a user