F5Networks / f5-ipam-controller

The F5 IPAM Controller runs in an orchestration environment like Kubernetes to allocate IP addresses from an IPAM system to BIG-IP Virtual Servers. The purpose is to abstract complexity related to setting up BIG-IP from a networking perspective
Apache License 2.0
10 stars 16 forks source link

Helm YAML parse error #99

Closed braunsonm closed 2 years ago

braunsonm commented 2 years ago

Description

The helm repo has a parsing error when specifying your own ip range

Steps To Reproduce

1) Create a values.yml with the content:

args:
  ip_range: '{"dev": "1.1.1.1-1.1.1.2"}'

2) helm install -f values.yml ... 3) Notice error

Expected Result

The IP range should be rendered properly

Actual Result

Error: YAML parse error on f5-ipam-controller/templates/f5-ipam-controller.deploy.yaml: error converting YAML to JSON: yaml: line 44: did not find expected key
braunsonm commented 2 years ago

The issue was having a space in "dev": "...