full install of k3s is working
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-10-17 01:53:34 +02:00
parent 1ec1ebb89d
commit d341a283a0
2 changed files with 13 additions and 7 deletions

View file

@ -1,3 +1,3 @@
{% if kubernetes_master|bool %}
{% if not kubernetes_master|bool %}
NODE_TOKEN={{ kubernetes_server_token }}
{% endif %}