vms/recipes/debian/templates/conf/k3s/k3s.conf.pkr.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 }