vms/recipes/nuo/templates/conf/k3s/k3s.conf.pkr.hcl

9 lines
159 B
HCL
Raw Normal View History

2023-10-11 09:29:46 +02:00
# k3s options
export PATH="/usr/libexec/cni/:$PATH"
K3S_EXEC="server"
%{ if Vars.DeployTraefik }
K3S_OPTS=""
%{ else }
K3S_OPTS="--disable traefik"
%{ endif }