ansible-role-kubernetes/templates/etc/systemd/system/k3s.service.env.j2
Adrien d341a283a0
All checks were successful
continuous-integration/drone/push Build is passing
full install of k3s is working
2020-10-17 01:53:34 +02:00

3 lines
No EOL
88 B
Django/Jinja

{% if not kubernetes_master|bool %}
NODE_TOKEN={{ kubernetes_server_token }}
{% endif %}