9 lines
159 B
HCL
9 lines
159 B
HCL
|
# k3s options
|
||
|
export PATH="/usr/libexec/cni/:$PATH"
|
||
|
K3S_EXEC="server"
|
||
|
%{ if Vars.DeployTraefik }
|
||
|
K3S_OPTS=""
|
||
|
%{ else }
|
||
|
K3S_OPTS="--disable traefik"
|
||
|
%{ endif }
|