7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
|
#jinja2: lstrip_blocks: True
|
||
|
{% if k3s_server | bool %}
|
||
|
{% if not k3s_server_workload_enabled | bool %}
|
||
|
- CriticalAddonsOnly=true:NoExecute
|
||
|
{% endif %}
|
||
|
{% endif %}
|