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

9 lines
159 B
HCL
Raw Normal View History

2022-12-06 15:44:25 +01:00
# k3s options
export PATH="/usr/libexec/cni/:$PATH"
K3S_EXEC="server"
%{ if Vars.DeployTraefik }
K3S_OPTS=""
%{ else }
K3S_OPTS="--disable traefik"
%{ endif }