{{ if HasTag "_kubernetes_master" }}
DAEMON_ARGS="--master=true"
{{ else }}
DAEMON_ARGS="--master=false"
{{ end }}