You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2020. It is now read-only.
yaml.constructor.ConstructorError: while constructing a mapping
in "clearwater-docker/kubernetes/bono-depl.yaml", line 33, column 18
found unacceptable key (unhashable type: 'dict')
in "clearwater-docker/kubernetes/bono-depl.yaml", line 33, column 19
Impact
This makes automation using python harder, since yaml files give error on loading.
Release and environment
On Kubernetes
Steps to reproduce
Try to load the "kubernetes/bono-depl.yaml" file in python3, using yaml (import yaml). It will give an error.
Its a small fix, the earlier <BONO_PUBLIC_IP> worked well instead of the new {{BONO_PUBLIC_IP}}, as a placeholder.
If its okay, I can submit a pull request reverting back to the old format.