mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #2805 from jlowdermilk/fix-salt
Fix conditional docker_opts in salt/docker/docker-defaults
This commit is contained in:
commit
90f71ea4d9
@ -1,5 +1,5 @@
|
||||
DOCKER_OPTS=""
|
||||
{% if grains.docker_opts is defined %}
|
||||
{% if grains.docker_opts %}
|
||||
DOCKER_OPTS="${DOCKER_OPTS} {{grains.docker_opts}}"
|
||||
{% endif %}
|
||||
DOCKER_OPTS="${DOCKER_OPTS} --bridge cbr0 --iptables=false --ip-masq=false -r=false"
|
||||
|
Loading…
Reference in New Issue
Block a user