summaryrefslogtreecommitdiffstats
path: root/roles/flannel_register/templates/flannel-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'roles/flannel_register/templates/flannel-config.json')
-rw-r--r--roles/flannel_register/templates/flannel-config.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/flannel_register/templates/flannel-config.json b/roles/flannel_register/templates/flannel-config.json
index 89ce4c30b..bba3729fa 100644
--- a/roles/flannel_register/templates/flannel-config.json
+++ b/roles/flannel_register/templates/flannel-config.json
@@ -1,7 +1,6 @@
{
"Network": "{{ flannel_network }}",
"SubnetLen": {{ flannel_subnet_len }},
- "SubnetMin": "{{ flannel_min_network }}",
"Backend": {
"Type": "host-gw"
}