Merge pull request #1061 from ivan4th/fix-shell-vars
Fix shell special vars
This commit is contained in:
commit
43ea281a7f
3 changed files with 3 additions and 3 deletions
|
@ -25,4 +25,4 @@
|
|||
-v {{kube_config_dir}}:{{kube_config_dir}}:ro \
|
||||
{{ hyperkube_image_repo }}:{{ hyperkube_image_tag}} \
|
||||
./hyperkube kubelet \
|
||||
$@
|
||||
"$@"
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
-v {{ calico_cert_dir }}:{{ calico_cert_dir }}:ro \
|
||||
--memory={{ calicoctl_memory_limit|regex_replace('Mi', 'M') }} --cpu-shares={{ calicoctl_cpu_limit|regex_replace('m', '') }} \
|
||||
{{ calicoctl_image_repo }}:{{ calicoctl_image_tag}} \
|
||||
$@
|
||||
"$@"
|
||||
|
|
|
@ -12,4 +12,4 @@
|
|||
-v {{ canal_policy_dir }}:{{ canal_policy_dir }}:ro \
|
||||
--memory={{ calicoctl_memory_limit|regex_replace('Mi', 'M') }} --cpu-shares={{ calicoctl_cpu_limit|regex_replace('m', '') }} \
|
||||
{{ calicoctl_image_repo }}:{{ calicoctl_image_tag}} \
|
||||
$@
|
||||
"$@"
|
||||
|
|
Loading…
Reference in a new issue