• Eric Paris's avatar
    Do not use {} in systemd environment variables · 4b309aa8
    Eric Paris authored
    From the systemd man page:
     Use "${FOO}" as part of a word, or as a word of its own, on the command
     line, in which case it will be
     replaced by the value of the environment variable including
     all whitespace it contains, resulting in a single argument.
     Use "$FOO" as a separate word on the
     command line, in which case it will be replaced
     by the value of the environment variable split at
     whitespace, resulting in zero or more arguments.
    
    Since we want people to be able to use these for multiple arguments we
    need to make sure we don't use {} around the env vars...
    4b309aa8
Name
Last commit
Last update
..
environ Loading commit data...
README.md Loading commit data...
kube-apiserver.service Loading commit data...
kube-controller-manager.service Loading commit data...
kube-proxy.service Loading commit data...
kube-scheduler.service Loading commit data...
kubelet.service Loading commit data...