xoxys.k3s/templates/_internal/kubelet-arg.yaml.j2
Robert Kaussow 1c20e20dec
All checks were successful
continuous-integration/drone/push Build is passing
feat: add option to control the k3s cloud controller
2022-11-16 20:51:03 +01:00

6 lines
168 B
Django/Jinja

#jinja2: lstrip_blocks: True
- config={{ __k3s_config_dir }}/kubelet.yaml
{% if not k3s_server_cloud_controller_enabled | bool %}
- cloud-provider=external
{% endif %}