epics-containers / edge-containers-cli

command line shortcuts for epics containers developers
Apache License 2.0
3 stars 1 forks source link

Yaml parsing for local deploy #116

Closed marcelldls closed 6 months ago

marcelldls commented 6 months ago

Local deploy works against instance values.yaml which is wrongly formatted since it uses a regex. We should rather use a yaml parser to extract the image from the structure:

shared:
  ioc-instance:
    image: 

https://github.com/epics-containers/edge-containers-cli/blob/ff2cdc69b251dfd910e5dc499498fd501f8fa226/src/edge_containers_cli/utils.py#L19-L35