summaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/environment_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuel-plugin/environment_config.yaml')
-rw-r--r--src/fuel-plugin/environment_config.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/fuel-plugin/environment_config.yaml b/src/fuel-plugin/environment_config.yaml
deleted file mode 100644
index 631b777..0000000
--- a/src/fuel-plugin/environment_config.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-attributes:
- pod_network:
- weight: 21
- type: "select"
- value: "weave"
- label: "K8s POD network"
- values:
- - data: "flannel"
- label: "Flannel"
- - data: "weave"
- label: "Weave"
- description: "K8s POD network."
-
- pod_network_cidr:
- value: '10.244.0.0/16'
- label: 'k8s POD CIDR'
- weight: 70
- type: "text"
- description: 'K8s POD network CIDR.'