This commit is contained in:
Andrew Chen 2021-12-22 22:18:42 -08:00 committed by Curtis John
parent 2f7d6af51d
commit 59af276c72
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ After={{ after_unit }}
Type={{ 'notify' if k3s_control_node else 'exec' }}
{% if k3s_service_env_vars is defined and k3s_service_env_vars is iterable %}
{% for env_var in k3s_service_env_vars %}
Environent={{ env_var }}={{ k3s_service_env_vars[env_var] }}
Environment={{ env_var }}={{ k3s_service_env_vars[env_var] }}
{% endfor %}
{% endif %}
{% if k3s_service_env_file is defined and k3s_service_env_file %}