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
If test values.yaml is empty, the yaml parser returns None when the deployer tries to overlay it on top of the real values.yaml
Traceback (most recent call last):
File "/bin/overlay_test_files.py", line 45, in
overlay_yaml_file(orig, dest)
File "/bin/yaml_util.py", line 47, in overlay_yaml_file
add_or_replace(y1, y2)
File "/bin/yaml_util.py", line 30, in add_or_replace
for key in orig:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
If test values.yaml is empty, the yaml parser returns None when the deployer tries to overlay it on top of the real values.yaml
Traceback (most recent call last):
File "/bin/overlay_test_files.py", line 45, in
overlay_yaml_file(orig, dest)
File "/bin/yaml_util.py", line 47, in overlay_yaml_file
add_or_replace(y1, y2)
File "/bin/yaml_util.py", line 30, in add_or_replace
for key in orig:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: